Skip to content

Commit 5a1d0e7

Browse files
committed
fixing LineCap parser
1 parent 3d312c4 commit 5a1d0e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SwiftDraw/SVG/Parser/Parser.XML.Element.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ extension PresentationAttributes {
268268
stroke = attributes.stroke
269269
strokeWidth = attributes.strokeWidth
270270
strokeOpacity = attributes.strokeOpacity
271+
strokeLineCap = attributes.strokeLineCap
272+
strokeLineJoin = attributes.strokeLineJoin
273+
strokeDashArray = attributes.strokeDashArray
271274
fill = attributes.fill
272275
fillOpacity = attributes.fillOpacity
273276
fillRule = attributes.fillRule

0 commit comments

Comments
 (0)