Code Monkey home page Code Monkey logo

Comments (2)

jakubfiala avatar jakubfiala commented on July 26, 2024

hey there @jkhaui - thank you for reaching out! I'm really glad you like Atrament; the use case you're describing is very interesting indeed. To replicate Atrament's drawing algorithm in SVG, you'd have to either reimplement the draw method yourselves, using the Q path command (equivalent to canvas' quadraticCurveTo) and keep track of all the other stateful variables (thickness, previous position).

In order for Atrament to support this use case out of the box, we'd have to modify the draw method so it calls a sort of "renderer-agnostic" draw function instead of directly calling the canvas methods. We'd have to have such a pattern for the quadraticCurveTo, stroke, beginPath, moveTo and closePath methods, as well as the colour change etc. You could then supply your own "hooks" for these methods, effectively replacing them with functions which just take the arguments and perform SVG operations instead.

In any case, I'd be totally happy for you to take the Atrament algorithm and reimplement it in your code. Let me know how it goes, and perhaps we can indeed make this a supported use case in the future :)

from atrament.

jakubfiala avatar jakubfiala commented on July 26, 2024

going to close this as it's been a while. Feel free to reopen if needed, and thank you!

from atrament.

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.