Skip to content

Commit eef6057

Browse files
authored
Update SVGShapeParser.swift
1 parent 03a5aab commit eef6057

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/Parser/SVG/Elements/SVGShapeParser.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class SVGShapeParser: SVGBaseElementParser {
2424

2525
class SVGRectParser: SVGShapeParser {
2626
override func parseLocus(context: SVGNodeContext) -> SVGShape? {
27-
// SVGHelper.parseDimension(attributes, "markerWidth") ?? SVGLength(percent: 100)
2827
let rx = context.optional(.rx)
2928
let ry = context.optional(.ry)
3029
return SVGRect(

0 commit comments

Comments
 (0)