Don't auto-close paths when using Graphics with CanvasRenderer (#4997)
When defining a path, any call to beginFill results in the path being closed,
but only for the Canvas renderer, not for the WebGL renderer.
This commit removes the check that sets the shape to be closed when a fill is
active. This unifies the rendering behavior between Canvas and WebGL.
1 parent 7dd34c4 commit cb5030b73b73339346ed049a6daeefa94b75ab78
@fmhdp fmhdp authored on 29 Jul 2018
Matt Karl committed on 29 Jul 2018
Showing 1 changed file
View
packages/graphics/src/Graphics.js