I'm using Fl_Help_View to display and resize images. The <img src> tag works 
fine if I specify both the width and height ratio. However, if I specify only 
one of them (either width or height), images are not rescaled in my FLTK app 
but they render fine with a web browser. Is this a HTML 2.0 limitation?

For example -
<img src="test.png"  width=125% height=125%> - Works fine
<img src="test.png"  height=125%> - Have problems here

Is there a way to get Fl_Help_View to render the images with only one of the 
scaling dimensions specified?
Are there any plans of making Fl_Help_View support HTML 2+ ?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to