Hello,
English is not my first language so i'll keep it simple.
This code is working on WebKit.Net;
<input name="formbutton9" type="button" value="" style="width:50px;height:50px;position:absolute;left:109px;top:170px;z-index:1;background-color:transparent;border:none;overflow:hidden;background-repeat:no-repeat;cursor:pointer;outline:none" focus="outline:none" onclick="myFunction9();"; > <script>function myFunction9() {if (Kalem.style.display == "") {Kalem.style.display = "none";} else {Kalem.style.display = "";}}</script> <div id="Kalem" style="display:none;position:absolute; overflow:hidden; left:0px; top:0px; width:1304px; height:1660px; z-index:2"> <input name="formbutton10" type="button" value="" style="width:50px;height:50px;position:absolute;left:109px;top:170px;z-index:1;background-color:white;border:none;overflow:hidden;background-repeat:no-repeat;cursor:pointer;outline:none" focus="outline:none" onclick="myFunction9();";><script>function myFunction9() {if (Kalem.style.display == "") {Kalem.style.display = "none";} else {Kalem.style.display = "";}}</script> <canvas id="canvas"></canvas><script src="js/index.js"></script>demo</div>
This is for drawing freely on the webpage and as you can imagine it's clearly not simple! so good job guys thank you so much.
But below code is not working;
<input name="formbutton8" type="button" value="" style="width:512px; height:268px;position:absolute;left:715px; top:1296px;z-index:1;background-color:transparent;border:none;overflow:hidden;background-repeat:no-repeat;cursor:pointer;outline:none" focus="outline:none" onclick="myFunction8()";><script>function myFunction8() {if (y8.style.display == "") {y8.style.display = "none";} else {y8.style.display = "";}}</script> <div id="y8" style="position:absolute; overflow:hidden; left:0px; top:0px; width:1304px; height:1660px; z-index:0"><svg width="1304" height="1660" style="outline: none"> <defs> <clipPath id="image8"> <rect x="715" y="1296" width="512" height="268" /></clipPath> </defs><image width="1304" height="1660" xlink:href="6S03FB1_U1_ogrtmn_008.jpg" clip-path="url(#image8)"/> </svg></div>
I think it's about SVG. Can somebody clarify if SVG is not supported by WebKit.NET
If so what is the best alternative of SVG to use it in WebKit.NET
Thank you in advance!
Log in to post a comment.
Hello,
English is not my first language so i'll keep it simple.
This code is working on WebKit.Net;
This is for drawing freely on the webpage and as you can imagine it's clearly not simple! so good job guys thank you so much.
But below code is not working;
I think it's about SVG. Can somebody clarify if SVG is not supported by WebKit.NET
If so what is the best alternative of SVG to use it in WebKit.NET
Thank you in advance!