Closed gerric closed 8 years ago
Hi guys,
referring to this SO post. It seems like color names aren't recognized for exporting (and annotation) the same way they are for normal SVG rendering.
e.g. "orange" must be all lower-case to work for export
Thank You @gerric for identifying Here is the video of reproduced error
[https://youtu.be/oyQLlDgdvMc]
It's a limitation from fabricJS which does not understand color names and returns "black" instead as a default. I suggest to use HEXadecimal or RGBA codes.
Sincerely Ben
Hi guys,
referring to this SO post. It seems like color names aren't recognized for exporting (and annotation) the same way they are for normal SVG rendering.
e.g. "orange" must be all lower-case to work for export