diff --git a/README.md b/README.md index 60eeeef..19bd0a9 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,8 @@ prawn-svg supports most but not all of the full SVG 1.1 specification. It curre - `` and ``, although prawn-svg cannot handle any data that is not SVG so `` 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`