Skip to content

Commit d56a452

Browse files
committed
Remove comment
1 parent cf58f57 commit d56a452

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/yup_graphics/drawables/yup_Drawable.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,6 @@ void Drawable::paintElement (Graphics& g, const Element& element, bool hasParent
284284
g.setTransform (refElement->localTransform->followedBy (savedTransform));
285285

286286
// SVG spec: fill is applied to both closed and unclosed paths
287-
// TODO: Apply fill-rule when Graphics class supports it
288-
// if (element.fillRule)
289-
// g.setFillRule (*element.fillRule == "evenodd" ? FillRule::EvenOdd : FillRule::NonZero);
290287
g.fillPath (*refElement->path);
291288

292289
if (refElement->localTransform)

0 commit comments

Comments
 (0)