Import paths as native shapes

This commit is contained in:
alonso.torres 2021-02-22 21:40:15 +01:00 committed by Andrey Antukh
parent 741d67c30b
commit 19febde547
28 changed files with 921 additions and 209 deletions

View file

@ -5505,5 +5505,12 @@
"zh_cn" : "单击以闭合路径"
},
"unused" : true
},
"workspace.sidebar.options.svg-attrs.title": {
"translations": {
"en": "Imported SVG Attributes",
"es": "Atributos del SVG Importado"
}
}
}

View file

@ -449,6 +449,11 @@ ul.slider-dots {
content: "Y";
}
}
&.large {
width: auto;
min-width: 9rem;
}
}
input,

View file

@ -709,6 +709,8 @@
.element-set-content .input-row {
& .element-set-subtitle {
width: 5.5rem;
overflow: hidden;
text-overflow: ellipsis;
}
}
@ -771,7 +773,6 @@
min-width: 56px;
max-height: 10rem;
}
}
}