Giter Club home page Giter Club logo

Comments (2)

caleb531 avatar caleb531 commented on September 24, 2024

Lines are weird in that they only respond to events when the mouse reacts with any part of their filled regions. To see this, set a fillStyle on your line to some noticeable color. Anywhere where you see this color touching your line will be a hotspot for events. However, I doubt you will be able to see it because the fill regions for paths are only created between any two points on the path. And, because a single line only has two points, you will not see the fill that is below the stroke of the line (which would have no thickness anyway because, again, it's just a straight line).

-Caleb

On Dec 16, 2012, at 11:00 PM, Dave Robertson [email protected] wrote:

Example below does not bind mouseover event. Should this be working?

http://calebevans.me/projects/jcanvas/sandbox.php#//%20Click%20the%20star%20to%20make%20it%20spin%0A%24%28%22canvas%22%29.drawLine%28%7B%0A%20%20layer%3A%20true%2C%0A%20%20strokeStyle%3A%20%22%23c33%22%2C%0A%20%20strokeWidth%3A%205%2C%0A%20%20x1%3A%20100%2C%20y1%3A%20100%2C%0A%20%20x2%3A%20140%2C%20y2%3A%20200%2C%0A%20%20mouseover%3A%20function%28layer%29%20%7B%0A%20%20%20%20//%20Spin%20star%0A%20%20%20%20%24%28this%29.animate Layer%28layer%2C%20%7B%0A%20%20%20%20%20%20rotate%3A%20%27+%3D144%27%0A%20%20%20%20%7D%29%3B%0A%20%20%7D%0A%7D%29%3B

I would also like to know how to get it working with the addLayer method


Reply to this email directly or view it on GitHub.

from jcanvas.

robert2d avatar robert2d commented on September 24, 2024

Okay thanks @caleb531, Im going to try and use a rectangle instead but will need to brush up on some maths first :)

Will post a solution for future reference if I have any luck.

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.