SmartClient Version: v13.1p_2025-06-26/AllModules Development Only (built 2025-06-26)
Hello, I’d like to ask if it’s possible to correct a slight misalignment between the text and the SVG icons visible in the preDefinedHilites sample:

I believe it's the same issue you can see with a test case like this:
In this case, there is both a misalignment and a difference in size between the two icons:
Hello, I’d like to ask if it’s possible to correct a slight misalignment between the text and the SVG icons visible in the preDefinedHilites sample:
I believe it's the same issue you can see with a test case like this:
Code:
isc.Label.create({
contents: "foo bar " + isc.Canvas.imgHTML("Cancel", 17, 17),
width: 1,
wrap: false,
height: 1,
padding: 0,
border: "1px solid blue",
icon: "Cancel"
})
Comment