We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On retina display we need to render 2x bigger canvas and 2x downscale it
<canvas width="628" height="424" class="carotaEditorCanvas"></canvas>
But set canvas width=1256 height=848 in javascript Read more
width=1256
height=848
The text was updated successfully, but these errors were encountered:
Merge pull request danielearwicker#28 from creately/add-param-to-hide…
e65c6ea
…-texts Conditionally draw texts
No branches or pull requests
On retina display we need to render 2x bigger canvas and 2x downscale it
But set canvas
width=1256
height=848
in javascriptRead more
The text was updated successfully, but these errors were encountered: