Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Rasterizer & point checking winding #32

Closed
soywiz opened this issue Apr 16, 2020 · 0 comments
Closed

Rasterizer & point checking winding #32

soywiz opened this issue Apr 16, 2020 · 0 comments

Comments

@soywiz
Copy link
Collaborator

soywiz commented Apr 16, 2020

Implement both winding rules

https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fill

fillRule
The algorithm by which to determine if a point is inside or outside the filling region.
Possible values:
"nonzero": The non-zero winding rule. Default rule.
"evenodd": The even-odd winding rule.

https://blogs.adobe.com/webplatform/2013/01/30/winding-rules-in-canvas/

@soywiz soywiz added this to Backlog in Korlibs via automation Apr 16, 2020
@soywiz soywiz changed the title Rasterizer & point checking Rasterizer & point checking winding Apr 16, 2020
@soywiz soywiz moved this from Backlog to Current sprint in Korlibs Apr 16, 2020
@soywiz soywiz moved this from Current sprint to In progress in Korlibs May 1, 2020
@soywiz soywiz closed this as completed May 17, 2020
Korlibs automation moved this from In progress to Done May 17, 2020
@soywiz soywiz removed this from Done in Korlibs Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant