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
The PR #2135 moves 2 functions aiming at drawing Polygon into Canevas based on style, from Feature2Texture.js.to Style.js.
The function Feature2Texture.strokeStyle() changed as Style.drawPolygon() draws polygon edges using the style.
Proposal:
Currently to draw polygon edges into canevas, only color and width are supported.
The possibility to use a defined pattern using an image still need to be implemented.
The text was updated successfully, but these errors were encountered:
ftoromanoff
changed the title
[feat] Draw Polygon stoke into canevas using a pattern.
[feat] Draw polygon edges into canevas using image pattern.
Oct 18, 2023
Context:
The PR #2135 moves 2 functions aiming at drawing Polygon into Canevas based on style, from Feature2Texture.js.to Style.js.
The function Feature2Texture.strokeStyle() changed as Style.drawPolygon() draws polygon edges using the style.
Proposal:
Currently to draw polygon edges into canevas, only color and width are supported.
The possibility to use a defined pattern using an image still need to be implemented.
The text was updated successfully, but these errors were encountered: