diff --git a/docs/img/objects/line-arrow-tools.webp b/docs/img/objects/line-arrow-tools.webp new file mode 100644 index 0000000000..4615e65cb8 Binary files /dev/null and b/docs/img/objects/line-arrow-tools.webp differ diff --git a/docs/user-guide/account-teams/projects-files.njk b/docs/user-guide/account-teams/projects-files.njk index 02f1afd38c..fa3029e7c9 100644 --- a/docs/user-guide/account-teams/projects-files.njk +++ b/docs/user-guide/account-teams/projects-files.njk @@ -56,6 +56,10 @@ desc: Learn how to organize your work in Penpot. Create, manage and organize pro

When creating a file, you'll be asked to give it a name. The file will open in the workspace where you can start designing immediately.

+

Grid and list view

+

In the dashboard header you can switch how files are shown: a thumbnail Grid view or a compact List view. The choice is kept in the browser and applies both to the team files view and inside a project.

+

List view shows the file name, whether the file is a shared library, the last modification time, and the same options menu as the file cards.

+

Edit a file

To rename a file, right-click on the file card in the dashboard and select Rename, or click on the three-dot menu on the file card. Enter the new name and confirm the change. You can also access file settings and other options from the file's context menu.

diff --git a/docs/user-guide/designing/color-stroke.njk b/docs/user-guide/designing/color-stroke.njk index 012b45b264..bd1cab3000 100644 --- a/docs/user-guide/designing/color-stroke.njk +++ b/docs/user-guide/designing/color-stroke.njk @@ -122,8 +122,14 @@ desc: Style your designs with Penpot's options! Learn about color fills, gradien Multiple strokes +

Stroke to path

+

A path is the underlying geometry: a sequence of points and segments (straight lines or Bezier curves). A stroke is the visible line drawn along that path, with properties such as width, color, opacity, dashes, caps, and joins.

+

Stroke to path turns the visible outline of a stroke into a separate, editable path. You can then reshape or style that outline independently of the original path. The new shape is usually closed. That matters for SVG, boolean operations, and editing the outline as geometry.

+

To convert a stroke, select a layer that has one, open the layer menu, and choose Stroke to path. Penpot creates a new path from each stroke (named with " (stroke)") and removes the strokes from the original layer.

+

Stroke to path is currently available when WebGL rendering is enabled.

+

Stroke Caps

-

Ever needed an arrow to point something? You can style the ends of any open paths selecting different styles for each end of an open path.

+

Ever needed an arrow to point to something? You can style the ends of any open paths selecting different styles for each end of an open path. You can also start from the Arrow tool, which already applies a triangle cap.