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
Create two identically shaped polygons, have one be fill-only and the other be stroke-only. Give the stroke a partially-transparent color.
Expected Behavior
The stroke is any of: entirely inside the boundary of the identical fill, entirely outside the boundary of the outside of the fill, centered on the boundary of the fill with half outside, half inside. Bonus points for configurability.
Actual Behavior
The stroke is down and to the right of the fill. On lines going in that direction, it (roughly) straddles the boundary of the fill. On lines going horizontal, vertical, or in the other slant to the down-left direction, the stroke is entirely to one side of the fill.
The text was updated successfully, but these errors were encountered:
Version
2.7.0
Test Case
http://jsfiddle.net/p7duxn9g/
Information about environment
Nodejs or browser? browser
Which browsers? chrome
Steps to reproduce
Create two identically shaped polygons, have one be fill-only and the other be stroke-only. Give the stroke a partially-transparent color.
Expected Behavior
The stroke is any of: entirely inside the boundary of the identical fill, entirely outside the boundary of the outside of the fill, centered on the boundary of the fill with half outside, half inside. Bonus points for configurability.
Actual Behavior
The stroke is down and to the right of the fill. On lines going in that direction, it (roughly) straddles the boundary of the fill. On lines going horizontal, vertical, or in the other slant to the down-left direction, the stroke is entirely to one side of the fill.
The text was updated successfully, but these errors were encountered: