-
Notifications
You must be signed in to change notification settings - Fork 740
Labels
a:language-slintCompiler for the .slint language (mO,bF)Compiler for the .slint language (mO,bF)good first issueGood for newcomersGood for newcomers
Description
data URI should be supported in @image-url
Image {
source: @image-url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==");
}
Image {
source: @image-url("data:image/svg+xml;utf8,<svg width='10' height='10' xmlns='http://www.w3.org/2000/svg'> <circle style='fill:red' cx='5' cy='5' r='5'/> </svg>");
}
Original description
How to show base64 image in slint Image? currently it accepts only image-url as location of image only.
sxxeun09
Metadata
Metadata
Assignees
Labels
a:language-slintCompiler for the .slint language (mO,bF)Compiler for the .slint language (mO,bF)good first issueGood for newcomersGood for newcomers