Skip to content

[Bug] Arrows EdgeMarker O-version not working as expected #2634

@MonkeyEye

Description

@MonkeyEye

Some arrows EdgeMarker allows for two different versions, the standard one (e.g. diamond) and the O-version (e.g. odiamond).

Previously, the O-version resulted in a slightly bigger edgemarker with an "empty" filling.

Image

Now they appear as just slightly bigger version of the standard edgemarker.

Image

Looking at EdgeMarkers.tsx, we can see the code is as following:
stroke="context-stroke" fill="context-stroke"

while before Commit 22250c0 it was:
stroke="context-stroke" fill="var(--likec4-background-color)"

Is it working as intended and if not, can it be reverted?

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions