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.
Now they appear as just slightly bigger version of the standard edgemarker.
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?
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.
Now they appear as just slightly bigger version of the standard edgemarker.
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?