Giter Club home page Giter Club logo

Comments (3)

caleb531 avatar caleb531 commented on September 24, 2024

Actually, make that quite a few lines.

Apparently, all of the internal addLayer function calls were removed out
of the source (for each method that supports the layer property).
Fortunately, I just pushed a new commit with the changes. I think I know
what caused it, but that's a long story.

-Caleb

On Mon, Jun 18, 2012 at 11:24 AM, dksmiffs <
[email protected]

wrote:

Caleb,

The following code is almost identical to the first example under the
"Adding Layers" doc. This code works in 5b69e28 (6/12/2012 5:53p) but
doesn't draw a rectangle at all in 02da01c (6/12/2012 6:11p). I tried
backing out a few individual changes from this latest rev, but wasn't able
to pinpoint the line of code causing this change. Any ideas?

~ Dave

<!DOCTYPE html>
<html lang="en">
<head>
 <meta charset="utf-8">
 <title>jCanvas trivial addLayer, drawRect demo</title>
 <style>
   html, body { width:100%; height:100%; margin: 0px;}
   canvas { display:block; }
 </style>
</head>
<body>
 <div id="content">
   <canvas id="bg"></canvas>
 </div>
 <script src="public/resources/jquery/jquery-1.7.2.min.js"></script>
 <script src="public/resources/jcanvas/jcanvas.min.js"></script>
 <script>
   $(document).ready(function(){
     $("#bg").addLayer({method: "drawRect", fillStyle: "green", x: 10, y:
10,
                        width: 40, height: 95, fromCenter: false})
     .drawLayers();
   });
 </script>
</body>
</html>

Reply to this email directly or view it on GitHub:
#20

from jcanvas.

dksmiffs avatar dksmiffs commented on September 24, 2024

Yes, I noticed you changed quite a few lines in that rev. What I meant was I tried backing out a few individual lines from that change in several tests I ran to see if I could figure out what was breaking me, to no avail. Yes, I noticed all of the internal addLayer function calls had been removed.

Okay - I'll retest with your new push when I get back to the office tomorrow. Thanks, ~Dave

from jcanvas.

dksmiffs avatar dksmiffs commented on September 24, 2024

fccc077 fixed it, thanks much for the quick turnaround.

from jcanvas.

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.