mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 04:31:38 +02:00
Merge remote-tracking branch 'origin/main' into staging
This commit is contained in:
commit
38fd343c53
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ flags (that just enables or disables something). All flags are set in a single
|
||||||
format: <code class="language-bash"><enable|disable>-\<flag-name></code>. For example:
|
format: <code class="language-bash"><enable|disable>-\<flag-name></code>. For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
PENPOT_FLAGS: enable-smpt disable-registration disable-email-verification
|
PENPOT_FLAGS: enable-smtp disable-registration disable-email-verification
|
||||||
```
|
```
|
||||||
|
|
||||||
### Registration ###
|
### Registration ###
|
||||||
|
|
|
@ -124,10 +124,10 @@ title: 06· Styling
|
||||||
<li><strong>Square</strong> - Adds a rectangular ending to the end of the path.</li>
|
<li><strong>Square</strong> - Adds a rectangular ending to the end of the path.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2 id="radius">Corner radius</h2>
|
<h2 id="radius">Border radius</h2>
|
||||||
<p>You can set values for corner radius to rectangles and images. There’s also the option to edit each corner individually.</p>
|
<p>You can customize the border radius of rectangles and images, with the option to customize each corner individually.</p>
|
||||||
<figure>
|
<figure>
|
||||||
<video title="Corner radius" muted="" playsinline="" controls="" width="100%" poster="/img/styling/corners.webp" height="auto">
|
<video title="Border radius" muted="" playsinline="" controls="" width="100%" poster="/img/styling/corners.webp" height="auto">
|
||||||
<source src="/img/styling/corners.mp4" type="video/mp4">
|
<source src="/img/styling/corners.mp4" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue