Giter Club home page Giter Club logo

lapislegit's People

Contributors

roeln avatar svgeesus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

svgeesus

lapislegit's Issues

Experiment: coordinates system

In branch coordinates-experiment I'm experimenting with the coordinates system (effect of viewbox, width/height tweaking, scaling, rotating etc.). I ran into something unexpected:

lapislegit__a_font_to_test_the_opentype_svg_table

If you look at the glyph, don't mind it being positioned outside the bounding box, or that it's so small. The thing here is that it is the right side up, even though I don't do a transform. This is the SVG in the font:

<svgDoc endGlyphID="1" startGlyphID="1">
  <![CDATA[<svg xmlns="http://www.w3.org/2000/svg" id="glyph1">
      <g>
        <path fill="#090" d="M0 0h200v200H0z"/>
        <circle fill="#F00" cx="100" cy="100" r="100"/>
        <path fill="#FF0" d="M40 160h120L100 40z"/>
      </g>
  </svg>]]>
</svgDoc>

Note the absense of a transform="scale(1,-1)" on the g and svg element. How come the glyph is shown the right side up? I'd expect it's Y-axis to be flipped...

Test for APNG support

The font currently tests for PNG and animated GIF embedded in SVG, but not for animated PNG.

TODO: embedded audio

How awesome would it be if each letter spoke?

(Just to be clear, this is a rhetorical question)

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.