We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! SVG Image can be loaded in ImageView using simple JavaFx e.g. JPro-one/JPro#151
JavaFx
But in SceneBuilder there is no such option of loading SVG image in ImageView. e.g.:
ImageView
Also SVG image can't be used when using external CSS way: E.g. :
.image-view { /*-fx-image: url("image.png");*/ -fx-image: url("image.svg"); }
Is this the limitation of SceneBuilder or I am something missing?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! SVG Image can be loaded in ImageView using simple
JavaFx
e.g. JPro-one/JPro#151But in SceneBuilder there is no such option of loading SVG image in
ImageView
. e.g.:Also SVG image can't be used when using external CSS way: E.g. :
Is this the limitation of SceneBuilder or I am something missing?
The text was updated successfully, but these errors were encountered: