add join path command

This commit is contained in:
kekee000
2014-12-13 23:24:57 +08:00
parent 54323ad8ca
commit 070a698007
10 changed files with 96 additions and 8 deletions

View File

@@ -202,4 +202,22 @@ hr {
background: lighten(#707781, 15%);
pointer-events: none;
}
}
@media screen and (min-width:1200px) and (max-width:1400px){
.command-groups {
>li,
>li[data-theme="ico"] {
padding: 0 8px;
}
}
}
@media screen and (max-width:1200px){
.command-groups {
>li,
>li[data-theme="ico"] {
padding: 0 4px;
}
}
}

View File

@@ -162,4 +162,20 @@
.i-mirror {
.i-ico('\e012');
}
.i-splitshapes {
.i-ico('\e024');
}
.i-joinshapes {
.i-ico('\e025');
}
.i-intersectshapes {
.i-ico('\e026');
}
.i-tangencyshapes {
.i-ico('\e027');
}