You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to draw this template: String template = "<!DOCTYPE html>" + "<html>" + " <head> " + " <meta charset=\"UTF-8\">" + " <style type=\"text/css\">" + " .bordered {" + " border: 2px solid #73AD21;" + " padding: 20px;" + " width: 1000px; " + " height: 1000px;" + " background-color: red;" + " overflow: hidden;" + " background-image: url(http://pngimg.com/uploads/scratches/scratches_PNG6173.png);" + " }" + " </style>" + " </head>" + " <body>" + " <div class=\"bordered\">" + " Test text" + " </div>" + " </body>" + "</html>";
the background image isnt draw.
This result is repeated regardless of the type and other parameters of the image.
My version is to investigate in the direction that in the class BackgroundImage: 137 it turns out to be clipped.width = 0.
The text was updated successfully, but these errors were encountered:
When i try to draw this template:
String template = "<!DOCTYPE html>" + "<html>" + " <head> " + " <meta charset=\"UTF-8\">" + " <style type=\"text/css\">" + " .bordered {" + " border: 2px solid #73AD21;" + " padding: 20px;" + " width: 1000px; " + " height: 1000px;" + " background-color: red;" + " overflow: hidden;" + " background-image: url(http://pngimg.com/uploads/scratches/scratches_PNG6173.png);" + " }" + " </style>" + " </head>" + " <body>" + " <div class=\"bordered\">" + " Test text" + " </div>" + " </body>" + "</html>";
the background image isnt draw.
This result is repeated regardless of the type and other parameters of the image.
My version is to investigate in the direction that in the class BackgroundImage: 137 it turns out to be clipped.width = 0.
The text was updated successfully, but these errors were encountered: