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
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
I expected setting
strokeWidth={0}
to cause no stroke to be rendered (even whenstroke
color is set).However, the canvas draws it anyway because it doesn't accept a
lineWidth
of 0 (see here).Here
_stroke
is only set whencolor
is set. Could we add an extra condition so that it also checks forwidth > 0
?The text was updated successfully, but these errors were encountered: