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
feat: preserves fill-rule attribute during path merging
Modifies path merging to preserve the `fill-rule` attribute
from the input paths. It now checks if any of the input paths
define a `fill-rule`, and if so, applies the first one found
to the merged path. This ensures that the visual appearance
of overlapping shapes is maintained correctly.
0 commit comments