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 polygon 2d editor handle icons #13173

Merged
merged 1 commit into from
Nov 27, 2017
Merged

Conversation

poke1024
Copy link
Contributor

@poke1024 poke1024 commented Nov 22, 2017

They are needed for the polygon 2d editor and somehow got lost in e5de5b4.

EDIT Here's an overview why:

icons

@akien-mga
Copy link
Member

CC @djrm. Looks fine to me, but maybe the color variations should be modulate in code instead of different SVGs?

<ellipse cx="5" cy="1047.4" rx="4" ry="4" fill="#fff"/>
<ellipse cx="5" cy="1047.4" rx="3" ry="3" fill="#8484ff"/>
</g>
</svg>
Copy link
Contributor

@djrm djrm Nov 22, 2017

Choose a reason for hiding this comment

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

this can be definitely modulated. so no need to add this version

<ellipse cx="5" cy="1047.4" rx="4" ry="4" fill="#fff"/>
<ellipse cx="5" cy="1047.4" rx="3" ry="3" fill="#84ff84"/>
</g>
</svg>
Copy link
Contributor

Choose a reason for hiding this comment

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

can you try with this icon
icon_editor_handle_add.zip

@akien-mga
Copy link
Member

Bump :)

@poke1024
Copy link
Contributor Author

Looks cool now:

handles

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

Successfully merging this pull request may close these issues.

3 participants