-
Notifications
You must be signed in to change notification settings - Fork 438
Open
Labels
backlogQueued in backlogQueued in backlogenhancementNew feature or requestNew feature or requestspring cleaningCould be cleaned up one dayCould be cleaned up one day
Description
The PreviewSupport feature clones an SVG and then applies fill
and stroke
on all of its elements. This leads to rendering errors like:
A better way of rendering the preview would be to render the element using the renderer but with custom colors:
graphicsFactory.drawShape(getVisual(gfx), element, {
fill: 'red',
stroke: 'green'
});
Metadata
Metadata
Assignees
Labels
backlogQueued in backlogQueued in backlogenhancementNew feature or requestNew feature or requestspring cleaningCould be cleaned up one dayCould be cleaned up one day