Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimise triangle path, fix transform-origin and sync index.html with SVG files #34

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mina86
Copy link

@mina86 mina86 commented Dec 2, 2017

No description provided.

@RobRoseKnows
Copy link

You may want to update the examples in index.html so that they use the new code.

Right’s corner transform-origin is (130, 106) which corresponds to
(120, 106) when flipped horizontally.  For some reason, however, left’s
transform-origin is (130, 144).  Fix it.
As the SVG files get updated, index.html file gets left behind.  Add
a script for generating the index.html file from the SVG files so that
it’s easy to keep both in sync.  With that script, sync index.html to
use code from SVG files.
@mina86 mina86 changed the title Optimise triangle path Optimise triangle path, fix transform-origin and sync index.html with SVG files Jan 26, 2018
@mina86
Copy link
Author

mina86 commented Jan 26, 2018

You may want to update the examples in index.html so that they use the new code.

Done.

@ahuglajbclajep
Copy link
Contributor

This project is closely related to the web-frontend, and I think it's better to generate HTML with Node.js instead of Python, given its affinity with the front-end ecosystem.
If you use Node.js to generate HTML from a template, you can use ejs for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants