mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 18:08:21 +02:00
✨ Handoff for imported SVGS
This commit is contained in:
parent
6f07b4ea80
commit
4da3270d34
13 changed files with 187 additions and 67 deletions
|
@ -5512,5 +5512,38 @@
|
|||
"en": "Imported SVG Attributes",
|
||||
"es": "Atributos del SVG Importado"
|
||||
}
|
||||
},
|
||||
|
||||
"handoff.attributes.stroke.alignment.inner" : {
|
||||
"translations" : {
|
||||
"en" : "Inside",
|
||||
"es" : "Interior",
|
||||
"fr" : "Intérieur",
|
||||
"ru" : "Внутрь",
|
||||
"zh_cn" : "内部"
|
||||
},
|
||||
"permanent": true
|
||||
},
|
||||
|
||||
"handoff.attributes.stroke.alignment.outer" : {
|
||||
"translations" : {
|
||||
"en" : "Outside",
|
||||
"es" : "Exterior",
|
||||
"fr" : "Extérieur",
|
||||
"ru" : "Наружу",
|
||||
"zh_cn" : "外部"
|
||||
},
|
||||
"permanent": true
|
||||
},
|
||||
|
||||
"handoff.attributes.stroke.alignment.center" : {
|
||||
"translations" : {
|
||||
"en" : "Center",
|
||||
"es" : "Centro",
|
||||
"fr" : "Centre",
|
||||
"ru" : "Центр",
|
||||
"zh_cn" : "居中"
|
||||
},
|
||||
"permanent": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -94,6 +94,10 @@
|
|||
|
||||
.attributes-label,
|
||||
.attributes-value {
|
||||
margin-right: 0.5rem;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 50%;
|
||||
}
|
||||
.copy-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue