Stefan Peshikj
Stefan Peshikj
You cannot upload directly, but you can can use a base64 image or a path to a resource. https://github.com/webfactorymk/ng2-canvas-whiteboard#imageurl-string-optional As for some help for the immediate future you can upload...
PR usable in v4.0.2
Hi! I am not sure about what you mean when stating the line patterns support. Currently, the canvas has a shape called `LineShape` which can be used to draw lines....
Hi, can you double check that you are correctly saving and serializing the data in the sessionStorage (most probably via JSON.stringify and JSON.parse). Be sure that you have the data...
Hi, maybe the stringification/parsing is not correct, or maybe we should open an issue. In the meantime, I created a sample demo in which I could save the updates to...
Hi, I am not sure about merging the PR, please check this issue and the comments about why Cors taints the canvas as a security feature and how to overcome...
Hi @kochax, I am not really sure how you intend to use this functionality. The `_loadImage` is private and it's executed whenever the `imageUrl` is changed (in the `ngOnChanges` method)....
Okay let me look into this since it may be some kind of bug if the method is not being invoked
Could you try to edit the canvas component directly or make a canvas options object which is linked to the component itself? Example: ``` ``` Or ``` ``` ``` options:...
Okay, thanks, this is an issue and should be handled accordingly, since this is the correct way to change the imageUrl. I will update the library with a patch version...