Advertisement
cheako

Asking for help about CreateJS.

Aug 23rd, 2018
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. My project.
  2. http://jsfiddle.net/tLcx2uvf/75/
  3.  
  4. The small version that just draws the lines drawn by the Complex file example data..
  5. http://jsfiddle.net/otz9ysrv/19/
  6. This gives noticeably different results, that are further from what I'm looking for.
  7.  
  8. What I get:
  9. https://ibb.co/g2y2kz
  10.  
  11. What I'm looking for, the 'jog' is an end-goal and it should also be draggable:
  12. https://ibb.co/bD6vyK
  13.  
  14. How can I match the coordinates of a jQuery/DOM element and lines drawn with EasilJS?
  15. I'm also looking to get solid looking lines, so is there a way to turn on or up aliasing?
  16.  
  17. The end goal is something that looks like LabView.
  18. https://goo.gl/images/pt1CKh
  19.  
  20. There is no reason not to do this entirely with Easll, but I was told to stop using canvas and I took that advice. Then ran into needing some way to draw the wires and having no tools other than canvas, as I originally predicted.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement