Giter VIP home page Giter VIP logo

Comments (5)

justvanrossum avatar justvanrossum commented on May 2, 2024

Should definitely be degrees. Where do you observe radians? The doc here specifies degrees.

from variable-components-in-ufo.

behdad avatar behdad commented on May 2, 2024

Sorry. Just adjust the sample code:

translate(tCenterX, tCenterY)
translate(translateX, translateY)
rotate(rotation)
scale(scaleX, scaleY)
skew(skewX, skewY)  # transform([1, tan(skewY), tan(-skewX), 1, 0, 0])
translate(-tCenterX, -tCenterY)

from variable-components-in-ufo.

behdad avatar behdad commented on May 2, 2024

Since I copied that and then had to adjust it.

from variable-components-in-ufo.

behdad avatar behdad commented on May 2, 2024

Also the two translates at the beginning can be combined.

from variable-components-in-ufo.

justvanrossum avatar justvanrossum commented on May 2, 2024

It is labeled as "pseudo code", the actual code converts explicitly:
https://github.com/BlackFoundryCom/variable-components-in-ufo/blob/f611a8557ea873e57f8aca998bfdedb6108f8a88/compose_transform.py#L18-L37

Also the two translates at the beginning can be combined.

Correct. I left it like this to make the symmetry with the final translate more obvious.

from variable-components-in-ufo.

Related Issues (7)

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.