You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2022. It is now read-only.
The labels Label.icon, Label.fill, Label.color are overwritten by the AppearanceProcessor. Changes would appear in the changelog and also user input would be overwritten.
color can be set by appearance processor if null / empty
icon and fill must not be overwritten. Instead introduce labels "renderedIcon" and "renderedFill".
check if getIcon() should remain in the component interface
use rendered* in svg/map generation
make sure the changes do not appear in the changelog
The text was updated successfully, but these errors were encountered:
The labels Label.icon, Label.fill, Label.color are overwritten by the AppearanceProcessor. Changes would appear in the changelog and also user input would be overwritten.
The text was updated successfully, but these errors were encountered: