Details
Description
Currently, svg validator mojo checks the following:
- noEmbedStyle : ensures that no specific style applied.
- viewportSize : ensures that view port should be at 16x16.
- pathsAreClosed: ensures that all paths are closed.
- noDisplayNone: ensures that no display: none style.
We need to change the viewportSize to new adopted view port size 40x40.
With legacy mode validation (talend.validation.icons.legacy=true) view port size should remain at 16x16.
Attachments
Issue Links
- depends on
-
TCOMP-2598 Handle themes in component-server icon endpoints
- Done
- is related to
-
TCOMP-2677 Viewbox issue on new connectors
- Closed
-
TCOMP-2693 Handle multiple viewpoints in svg validation mojo
- Done