On Oct 30, 2016, at 00:47 , Christopher <crestchr...@gmail.com> wrote:Hi, this CDN is not working ?
On Saturday, August 9, 2014 at 2:22:14 PM UTC-4, Chocky wrote:Nice one, thanks a lot!!--
You received this message because you are subscribed to the Google Groups "Paper.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to paperjs+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
var size = new paper.Size(10, 5);
Wednesday, November 02, 2016 11:23 AM
Do you see any error messages in the console concerning the loading of the library? What browser do you use?
--
You received this message because you are subscribed to a topic in the Google Groups "Paper.js" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/paperjs/ikWm4mxoMpw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to paperjs+u...@googlegroups.com.
Monday, October 31, 2016 11:38 PM
I tried the non-encrypted, with the following in the console.log
var size = new paper.Size(10,5);
console.log(size.width); // undefined
Jürg Lehni wrote:
Monday, October 31, 2016 10:31 PM
I'm getting these errors in the console:
Refused to execute script from 'https://cdnjs.com/libraries/paper.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
Uncaught ReferenceError: paper is not defined(…)
That's strange. Why would cdnjs.com send with a wrong mime type? Did you the http:// (non-encrypted) version?
Sunday, October 30, 2016 11:33 PM
Sunday, October 30, 2016 9:47 PMhmmm. How about this?
You received this message because you are subscribed to the Google Groups "Paper.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to paperjs+u...@googlegroups.com.
I mean the web tools console. Go to: Tools -> Web Developer -> Web ConsoleI see this error there:Public-Key-Pins: The site specified a header that could not be parsed successfully. paper.jsSyntaxError: expected expression, got '<' paper.js:1ReferenceError: paper is not definedindex.html:8:9