amcharts / export

Apache License 2.0
56 stars 33 forks source link

Color names not recognized properly #40

Closed gerric closed 8 years ago

gerric commented 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

alijamal14 commented 8 years ago

Thank You @gerric for identifying Here is the video of reproduced error

[https://youtu.be/oyQLlDgdvMc]

maertz commented 8 years ago

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