-
There seems to be an issue with where you can click when dragging text if you set the baseline to top. The bounds extend above the text and you cannot click and drag from the bottom half.
jsfiddle e…
-
## Summary
The restoreCanvas() does not restore the canvas to the state saved by saveCanvas() before it is scaled by scaleCanvas().
## Example
I reproduced the issue using the [sandbox](http://caleb…
-
If a CDATA block is in the template then you get an error message:
> Error: Unexpected character ! (expected "/")
Here's the fiddle to demonstrate: http://jsfiddle.net/DUB8K/3/
I looked in the code…
-
Hi Good day,
var viewMask = function(ctx) {
ctx.save();
ctx.translate(0,0);
ctx.beginPath();
ctx.moveTo(0,0);
ctx.lineTo(1114.54,0);
ctx.lineTo(1114.54…
-
Hello,
I am new to jcanvas. :(
I am trying to make a canvas with a Background Color "Black" and want to put an image inside it within a rectangle.. How can it be possible ?
Thanks
-
Hi,
I have a doubt,
I want to draw a Elipse of width 200 and height 120.
Now I want to put a very long word like "hgfvdjvknnvbfsdnbgknsgknbskngvsbvjnsbnkvbnkfsvnnvbnsbvnbsnvbnsbvkkvjsvjsvjhsvsjvjhf…
-
Hi,
Thank you once more.. :)
I want to make a Solar system kind of Demo. But, here the Orbit is just one. In that Orbit, i want to rotate small circles around a Center Large Circle.
Can you please…
-
Hello,
I want to Draw a Canvas, inside which there will be around 10 Circles and within the circle there would be images.. The images should be cropped inside the Circle. It should not overlap the …
-
## The version of jCanvas
v13.09.16
## Code sample
``` html
$(function(){
var images = {};
var $canvas = $("#test-canvas");
for(var i = 1…
-
Hi,
I think that dragging layer with .scaleCanvas() does not work properly.
Shape's position can not be followed a mouse cursor moving...
Below is sample source code.
$("canvas")
.scaleCanvas({
sc…
ghost updated
11 years ago