We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d312c4 commit 5a1d0e7Copy full SHA for 5a1d0e7
SwiftDraw/SVG/Parser/Parser.XML.Element.swift
@@ -268,6 +268,9 @@ extension PresentationAttributes {
268
stroke = attributes.stroke
269
strokeWidth = attributes.strokeWidth
270
strokeOpacity = attributes.strokeOpacity
271
+ strokeLineCap = attributes.strokeLineCap
272
+ strokeLineJoin = attributes.strokeLineJoin
273
+ strokeDashArray = attributes.strokeDashArray
274
fill = attributes.fill
275
fillOpacity = attributes.fillOpacity
276
fillRule = attributes.fillRule
0 commit comments