<@U0F3291QE> I want to use svg icons with css sty...
# tornadofx
a
@edvin I want to use svg icons with css styles inside drawer icons
Copy code
override val root = drawer {
        item(icon = resources.imageview("/icons/menu/menu_white.svg"), expanded = true) {
            add(PlaceHolderView::class)
        }
}
When using png images it is working fine. Is there some other way to use svg in drawer item with custom css?