TagCanvas 1.16
Published
Yes, a new version of TagCanvas just a few days after the last one was
released. This time I've properly fixed the tags remaining selected when
the cursor leaves the canvas bug, and added a new option,
imageScale
, for setting the size of images.
Up until now, images were loaded and displayed at their full size, ignoring
any width=x
, height=y
or CSS that set their size
on the HTML page. The new imageScale
option has a default value
of 1, which means to use the image at the size it appears on the page. You
can increase or decrease the value to scale the images up or down.
This does mean that for some browsers there may be a slight delay before the images are loaded into the cloud, as TagCanvas has to wait for the page to be fully loaded before it can tell how large the images should be.
If you want things back the way they were (using the images at their full,
actual size) then you can set the imageScale
option to
null
and no scaling will take place.
The updated files are on the TagCanvas page.