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

Fix exceptions in media converter #121

Merged
merged 1 commit into from
May 2, 2019

Conversation

Hyderow
Copy link
Contributor

@Hyderow Hyderow commented Apr 28, 2019

Uses the npm package svg2png to do the conversion from svg to png, as batik can't handle some of the attributes in svg files that were introduced with Scratch3
Install with: npm install svg2png -g

Copy link
Contributor

@AntiDog AntiDog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like mentioned in person: Before merging this we should either also adapt the setup description ( npm install svg2png -g) or preferably make sure that we don't need to install svg2png (deliver the converter with it)

@Hyderow Hyderow force-pushed the STCC-188-mediaconverter branch from fdb47b4 to ddfdf7a Compare May 1, 2019 11:12
@Hyderow Hyderow force-pushed the STCC-188-mediaconverter branch from ddfdf7a to 6707fac Compare May 1, 2019 11:14
@Hyderow Hyderow requested a review from AntiDog May 1, 2019 11:16
@Hyderow
Copy link
Contributor Author

Hyderow commented May 1, 2019

I think it would be better to not include the library in the repository as the dependencies for it are quite large(~76MB) including instructions for installation in the readme should be sufficient.

@Hyderow Hyderow merged commit c8d2750 into Catrobat:develop May 2, 2019
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