You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stroke and strokeT functions should take an extra argument (actually, we should make functions stroke' and strokeT' that take a record of optional arguments, like e.g. cat) specifying the "fill rule" (winding rule or even/odd; default should probably be winding). This should have two effects: 1. use the appropriate testing function for constructing the stroked diagram's Query; 2. set an attribute on the stroked diagram informing the backend which fill rule to use. The Cairo backend should also be updated to take this attribute into account.
The text was updated successfully, but these errors were encountered:
(Imported from http://code.google.com/p/diagrams/issues/detail?id=28. Original issue from byor...@gmail.com on May 4, 2011, 08:00:07 PM UTC)
The stroke and strokeT functions should take an extra argument (actually, we should make functions stroke' and strokeT' that take a record of optional arguments, like e.g. cat) specifying the "fill rule" (winding rule or even/odd; default should probably be winding). This should have two effects: 1. use the appropriate testing function for constructing the stroked diagram's Query; 2. set an attribute on the stroked diagram informing the backend which fill rule to use. The Cairo backend should also be updated to take this attribute into account.
The text was updated successfully, but these errors were encountered: