svg_loader: fixing css style for group selectors, clips/masks 34/289034/1
authorMira Grudzinska <m.grudzinska@samsung.com>
Sat, 29 Jan 2022 22:08:53 +0000 (23:08 +0100)
committerMichal Szczecinski <mihashco89@gmail.com>
Mon, 27 Feb 2023 10:00:11 +0000 (11:00 +0100)
commit3f2d3b2d57b943b2de2e53e05f0625b3a43bbd15
treea815ea41a9322ec7b0d1fc7f67fb0d5f8e9f0654
parent662fb7a5112737396269c793c93813b580c4562c
svg_loader: fixing css style for group selectors, clips/masks

The css styling has to be applied as the first step of the node
updates. Whereas the updateStyle function should be called
as the last step, after all other node updates are made.

Change-Id: I59d11f6d372ff4f32c22b067edff90b552900ef8
src/loaders/svg/tvgSvgCssStyle.cpp
src/loaders/svg/tvgSvgLoader.cpp