Hi, It might but I can fix that I believe. I recall having the SVG text looking too full, but maybe if I set it with no file and stroke only it would be fine. I think text should be rendered with stroke and fill, optimally.
‹peter On 7/22/16, 7:15 AM, "Harbs" <harbs.li...@gmail.com> wrote: >This one is for Peter. > >It looks like the text color was being taken from the stroke setting of >the element. This does not seem correct to me. For Text, I changed it to >use fill and for GraphicsContainer (now CompoundGraphic), I added a >textColor property. > >Is this going to cause problems with graphs? I was having trouble >following the code there. > >Harbs