Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

t/ckeditor5/416d: Created a "three vertical dots" icon #196

Merged
merged 10 commits into from
Oct 15, 2019

Conversation

oleq
Copy link
Member

@oleq oleq commented Sep 16, 2019

Suggested merge commit message (convention)

Internal: Created a "three vertical dots" icon for the toolbar grouping feature (see ckeditor/ckeditor5#416).


Additional information

Part of ckeditor/ckeditor5-ui#523.

@coveralls
Copy link

coveralls commented Sep 16, 2019

Coverage Status

Coverage remained the same at 100.0% when pulling 772b2a3 on t/ckeditor5/416d into c1babca on master.

@@ -0,0 +1 @@
<svg width="10" height="20" xmlns="http://www.w3.org/2000/svg"><g><circle cx="9.5" cy="4.5" r="1.5"/><circle cx="9.5" cy="10.5" r="1.5"/><circle cx="9.5" cy="16.5" r="1.5"/></g></svg>
Copy link
Contributor

@dkonopka dkonopka Sep 18, 2019

Choose a reason for hiding this comment

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

We are not using width/height property for icons, let's change it to the viewBox (with 0 0 20 20).

Also, I would take into consideration to transform svg content to <path> instead a group of <circle>:

Copy link
Member Author

Choose a reason for hiding this comment

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

Is path any better than circle @dkonopka?

Copy link
Contributor

@dkonopka dkonopka Sep 19, 2019

Choose a reason for hiding this comment

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

I was thinking about the smaller weight of .svg file, but I'm not so sure.

@jodator jodator merged commit 85606f4 into master Oct 15, 2019
@jodator jodator deleted the t/ckeditor5/416d branch October 15, 2019 10:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants