-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
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
How to enable the panel to select the thickness and color of the pencil or marker? #58
Comments
In the widget.js change to the
|
Thanks, footniko,
|
But the code has a separate possibility to change the parameters of the pencil. It seems that I do not know how to activate it. |
Hi, Thanks |
Do you find the way to activate it? I have been trapped here long time. Thanks in advanced. |
The function hidecontainers() in line 2886 of widget.js should be commented out to solve this problem.
The function hidecontainers() in line 2886 of widget.js should be commented out to solve this problem.Because the function of setselection(this, shape) hides everything. |
1 similar comment
The function hidecontainers() in line 2886 of widget.js should be commented out to solve this problem.
The function hidecontainers() in line 2886 of widget.js should be commented out to solve this problem.Because the function of setselection(this, shape) hides everything. |
The function hidecontainers() in line 2886 of widget.js should be commented out to solve this problem.Because the function of setselection(this, shape) hides everything. |
Thanks for your reply. I have already figured out the problems. But I didn't try to solve it in widget.js. I solved it in canvas-designer.html. Here is my code, by using this code. You can use pencil and marker container by doubleclick icon. function setStyle(){
} I think this way is more efficient. |
Muaz, thanks for the example https://www.webrtc-experiment.com/Canvas-Designer/
How to enable in Chrome browser the panel to select the thickness and color of the pencil or marker? I search marker-stroke-style and marker-color-container through the instructions but did not see the answer.
The text was updated successfully, but these errors were encountered: