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
Colours requiring alpha channel should be represented as a decimal percentage from 0-1 eg. rgba(0-255,0-255,0-255,0-1).
Also, it's currently outputting the style for lines as lineStyle, it should be strokeStyle
The text was updated successfully, but these errors were encountered:
raldred
changed the title
canvas export generates incorrect colour values
canvas export generates incorrect style properties
Aug 6, 2014
Colours requiring alpha channel should be represented as a decimal percentage from 0-1 eg.
rgba(0-255,0-255,0-255,0-1)
.Also, it's currently outputting the style for lines as
lineStyle
, it should bestrokeStyle
The text was updated successfully, but these errors were encountered: