Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text output in Vector Format shows unexpected spacing after certain characters #17

Open
Wonkomaniac opened this issue Jun 12, 2023 · 0 comments

Comments

@Wonkomaniac
Copy link

Wonkomaniac commented Jun 12, 2023

I generate following diagram:

@startuml
start
:1abcdwabcd<
if (2abcdwabcd) then (3abcdwabcd)
:4abcdwabcd>
else (5abcdwabcd)
:6abcdwabcd|
:7abcdwabcd]
endif
stop
@enduml

With setting VectorGraphics turned On in Word 365. The resulting diagram shows too much spacing after the "w", so it looks like "2abcdw abcd" in the output graphic of the decission node and "3abcdw abcd" / "5abcdw abcd" on the transition lables.
The other texts look ok.
(The Bitmap Output does not have this problem, but I would prefer to use vector graphics in case they need to be scaled later on.)

The generated SVG seems to be ok, only the rendered image in word is faulty.

P.S.: Is there a possible workaround like using emf instead of svg as a vector output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant