kinetic.js export to svg for scalable printing -


i using kinetic.js develop web-based image display astronomy: http://js9.si.edu. kinetic works nicely overlaying geometric regions, catalogs, contours etc. on top of astronomical image.

however, when generating publication-quality pdf of image overlays, imperative 2d graphics (but not image) scalable, in order accommodate reviewer-suggested changes. 1 way make js9 print function bring new window containing image svg-based overlays, latter having been converted kinetic. various reasons, preferable saving state of js9 display reload @ later time in order rescale , create new bitmap-based pdf (using scale , css scale down techniques).

the stackoverflow question can find regarding exporting svg kinetic.js recommends using fabric.js:

export kinteticjs drawing svg?

a related question discusses html canvas svg more generally:

method convert html5 canvas svg?

the recommended solution (http://code.google.com/p/canvas-svg/) have integrated directly kinetic since manipulates canvas context (aside being incomplete).

are there plans kinetic.js support export svg accommodate scalable printing? assuming not, have programming suggestions allow continued use of kinetic? it's bit hard believe community facing problem of drawing on bitmapped canvas while needing print scalable graphics.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -