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

Add black and white WMF files #66

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

Conversation

holtkamp
Copy link

@holtkamp holtkamp commented May 15, 2017

WMF files can be opened in Google Drive as a Google Drawing as described here:

http://phdesign.com.au/general/adding-font-awesome-icons-to-google-slides/

I used inkscape command line for the conversion from the SVG files:

for i in /tmp/*.svg; do inkscape --file "$i" --export-emf "${i%.*}.wmf"; done

@holtkamp holtkamp changed the title Add black WMF files Add WMF files May 15, 2017
@holtkamp holtkamp changed the title Add WMF files Add black and white WMF files May 15, 2017
@Rush
Copy link
Owner

Rush commented May 30, 2017

Could you add a programatic way to generate those?

@holtkamp
Copy link
Author

holtkamp commented Jun 4, 2017 via email

@Rush
Copy link
Owner

Rush commented Jun 4, 2017 via email

@holtkamp
Copy link
Author

holtkamp commented Jun 4, 2017

@Rush aah, ok, didn't even see that script, sorry! Will have a look, but my JavaScript Fu is not that good..., always nice to try though...

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.

2 participants