Skip to content

Commit

Permalink
Fix in poly handling code.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiesmann committed Apr 18, 2024
1 parent 8baed5d commit 17073d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickDrawViewer/QuickDrawRender.swift
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ class QuickdrawCGRenderer : QuickDrawRenderer, QuickDrawPort {
throw CoreGraphicRenderError.inconsistentPoly(
message: String(localized: "Ending non existing polygon."));
}
self.polyVerb = polyVerb;
poly.options = poly.options.union(polyVerb);
case (.polyIgnore, _):
// Disabling the poly operations and executing it later (with polyClose)
// Causes problems with patterns, which are converted to shades.
Expand Down

0 comments on commit 17073d4

Please sign in to comment.