compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

Introduce SVG-context-agnostic attribute builders for most common attributes in SVG

Open Schahen opened this issue 3 years ago • 1 comments

As of one has nothing to do other than writing code as follows:

        Circle(200f, 200f, 0.5f * radius.value, attrs = { attr("fill", rgbColor()) })

While fill, for instance, is a very common attribute used literally almost anywhere in SVG.

Schahen avatar Jan 10 '22 10:01 Schahen

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

okushnikov avatar Aug 26 '24 16:08 okushnikov