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
You're absolutely right that this is a bug but I'm leaning towards keeping this bug for pragmatic reasons. Many (all?) folks are using pathseg.js to polyfill the path seg API for Chromium/Blink browsers that removed this feature, and it's helpful to have perfect compatibility with Blink and WebKit.
Maybe we could add a configuration option for blink/webkit compatibility mode vs standards mode or something like that?
pathSegTypeAsLetter
property of aSVGPathSegClosePath
object should always be uppercase "Z" (not lowercase "z") like web browsers does.this.pathSegTypeAsLetter = typeAsLetter=='z'?'Z':typeAsLetter;
The text was updated successfully, but these errors were encountered: