Giter Club home page Giter Club logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
This is probably caused by paintweb.src.js:14150

if (!pwlib.isSameHost(imageLoad.src, win.location.host)) {

Here imageLoad is null and trying to access imageLoad.src causes an error. A 
fix could be.

if (imageLoad && !pwlib.isSameHost(imageLoad.src, win.location.host)) {

Original comment by [email protected] on 21 Apr 2012 at 1:24

from paintweb.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
Thanks for your comment! That is correct! Unfortunately, I do not have time to 
make patches to Paintweb.

If you want and have time, I'd very much appreciate a pull request on github.

https://github.com/mihaisucan/paintweb

Original comment by mihai.sucan on 26 Apr 2012 at 3:03

from paintweb.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
Pull request submitted.

Original comment by [email protected] on 27 Apr 2012 at 4:19

from paintweb.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
[deleted comment]

from paintweb.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
I tried the solution but problem not solved
is there any anathor solution?

Original comment by [email protected] on 10 May 2012 at 11:05

from paintweb.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
it is working on local machine but not on IIS 7.........
pls HELP!!!!!!!!!!

Original comment by [email protected] on 10 May 2012 at 1:02

from paintweb.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
Can you post your error messages here?

Original comment by [email protected] on 14 May 2012 at 5:04

from paintweb.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
[deleted comment]

from paintweb.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
You can set the image (src="") with empty src and give it a height and width 
that you want for the canvas.

Original comment by [email protected] on 8 May 2014 at 10:07

from paintweb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.