Skip to content

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

@Wonkomaniac

Description

@Wonkomaniac

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions