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

ofxSVG to ofxSvg #6906

Merged
merged 8 commits into from
May 29, 2022
Merged

ofxSVG to ofxSvg #6906

merged 8 commits into from
May 29, 2022

Conversation

dimitre
Copy link
Member

@dimitre dimitre commented Apr 2, 2022

according to #6866 (comment)

@dimitre dimitre marked this pull request as ready for review April 4, 2022 15:12
@dimitre dimitre mentioned this pull request Apr 18, 2022
8 tasks
@dimitre
Copy link
Member Author

dimitre commented May 26, 2022

Now I've updated the allAddonsExample and it is passing all checks - if next release is 0.12.0 it is OK to merge

@dimitre
Copy link
Member Author

dimitre commented May 26, 2022

Hey @ofZach what is your opinion on this one?

@ofTheo
Copy link
Member

ofTheo commented May 26, 2022

Hmm - to avoid breaking old projects / addons ( I know @NickHardeman's ofxSvgLoader uses ofxSVG ), should we add a typedef at the bottom of the class?

typedef ofxSvg ofxSVG;

@dimitre
Copy link
Member Author

dimitre commented May 26, 2022

Good idea!

@dimitre dimitre added the addon label May 28, 2022
@dimitre
Copy link
Member Author

dimitre commented May 29, 2022

Done and tested here, like:

    ofxSVG svg;
    ofxSvg svg2;    

compiles and runs well.

@dimitre dimitre merged commit 4c29c11 into openframeworks:master May 29, 2022
@dimitre dimitre deleted the ofxSvg branch May 29, 2022 15:31
@dimitre dimitre mentioned this pull request May 29, 2022
77 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants