| | | | Browse by category |
Article ID: 2450
Last updated: 29 May, 2018
Question
How to avoid the extra character being exported to SVG file for node's label?
Answer
In order to avoid exporting the extra character, you must turn off the Bidi support before exporting the diagram, then turn it back on afterward.
Something like the following:
ilog.views.util.text.IlvBidiUtil.setAdvancedBidiOn(false);
manager.write("./test.svg");
ilog.views.util.text.IlvBidiUtil.setAdvancedBidiOn(true);
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 2450
Last updated: 29 May, 2018
Revision: 3
Views: 611
Posted: 13 Feb, 2013 by
Dean J.
Updated: 29 May, 2018 by
Gargani A.
Also listed in
Others in this category
Powered by KBPublisher (Knowledge base software)