0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-01 20:09:04 -05:00

Merge remote-tracking branch 'origin/main' into staging

This commit is contained in:
Andrey Antukh 2025-01-16 12:20:27 +01:00
commit 38fd343c53
2 changed files with 4 additions and 4 deletions

View file

@ -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:
```bash
PENPOT_FLAGS: enable-smpt disable-registration disable-email-verification
PENPOT_FLAGS: enable-smtp disable-registration disable-email-verification
```
### Registration ###

View file

@ -124,10 +124,10 @@ title: 06· Styling
<li><strong>Square</strong> - Adds a rectangular ending to the end of the path.</li>
</ul>
<h2 id="radius">Corner radius</h2>
<p>You can set values for corner radius to rectangles and images. Theres also the option to edit each corner individually.</p>
<h2 id="radius">Border radius</h2>
<p>You can customize the border radius of rectangles and images, with the option to customize each corner individually.</p>
<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">
</video>
</figure>