-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
PNG and Null error #2
Comments
¡Hi Joshua! Regarding to PNG export, I've just added that to this script. In the bottom of the script you can choose if to Regarding to Can you tell us more about your problem? |
Thanks so much for this. Amazing work. Yes, that bug is now fixed. There was a line I had to comment out on blockly. In newer versions the css contents in that function get wiped |
Great work @asanzo I have tried it today but have a few questions. |
Hi, again Joshua!! Where it says: var canvas = document.createElement('canvas'); you can add: var canvas = document.createElement('canvas');
canvas.width = 800;
canvas.height = 600; So you can choose canvas size. I have added that to the code. Regarding to the dropdown arrows, sorry but I don't have a clue why in that page they don't show. I've opened an issue to deal with it: We don't know when we'll be able to correct it as we have lots of work :) If you're ok with it, we can close this issue. |
@51lv3str1
Great work!!
I'm wondering if you have an example where it gets exported to PNG rather than SVG?
Also on my beta.app.edublocks.org for some reason Blockly.Css.CONTENT is null :(
The text was updated successfully, but these errors were encountered: