Skip to content

Commit

Permalink
Add stroke-linejoin to list of supported properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mogest committed Dec 16, 2023
1 parent 87b3d90 commit 772c01c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ prawn-svg supports most but not all of the full SVG 1.1 specification. It curre
- `<switch>` and `<foreignObject>`, although prawn-svg cannot handle any data that is not SVG so `<foreignObject>`
tags are always ignored.

- properties: `clip-path`, `color`, `display`, `fill`, `fill-opacity`, `fill-rule`, `opacity`, `overflow`, `stroke`, `stroke-dasharray`, `stroke-linecap`, `stroke-opacity`, `stroke-width`
- properties: `clip-path`, `color`, `display`, `fill`, `fill-opacity`, `fill-rule`, `opacity`, `overflow`,
`stroke`, `stroke-dasharray`, `stroke-linecap`, `stroke-linejoin`, `stroke-opacity`, `stroke-width`

- properties on lines, polylines, polygons and paths: `marker-end`, `marker-mid`, `marker-start`

Expand Down

0 comments on commit 772c01c

Please sign in to comment.