chore(assets/font): update bpmn-font

This adds the transaction icon.

Related to bpmn-io/bpmn-font#6
This commit is contained in:
Nico Rehwaldt 2015-07-21 17:44:53 +02:00 committed by pedesen
parent d467222025
commit 7db96c07fd
6 changed files with 17 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,10 @@
@font-face {
font-family: 'bpmn';
src: url('../font/bpmn.eot?59918261');
src: url('../font/bpmn.eot?59918261#iefix') format('embedded-opentype'),
url('../font/bpmn.woff?59918261') format('woff'),
url('../font/bpmn.ttf?59918261') format('truetype'),
url('../font/bpmn.svg?59918261#bpmn') format('svg');
src: url('../font/bpmn.eot?88388489');
src: url('../font/bpmn.eot?88388489#iefix') format('embedded-opentype'),
url('../font/bpmn.woff?88388489') format('woff'),
url('../font/bpmn.ttf?88388489') format('truetype'),
url('../font/bpmn.svg?88388489#bpmn') format('svg');
font-weight: normal;
font-style: normal;
}
@ -14,7 +14,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'bpmn';
src: url('../font/bpmn.svg?59918261#bpmn') format('svg');
src: url('../font/bpmn.svg?88388489#bpmn') format('svg');
}
}
*/
@ -149,4 +149,5 @@
.icon-participant:before { content: '\e85c'; } /* '' */
.icon-space-tool:before { content: '\e85f'; } /* '' */
.icon-connection-multi:before { content: '\e860'; } /* '' */
.icon-lasso-tool:before { content: '\e862'; } /* '' */
.icon-lasso-tool:before { content: '\e862'; } /* '' */
.icon-transaction:before { content: '\e8c4'; } /* '' */

Binary file not shown.

View File

@ -102,6 +102,7 @@
<glyph glyph-name="space-tool" unicode="&#xe85f;" d="m366 800l0-900 38 0 0 900-38 0z m233 0l0-900 38 0 0 900-38 0z m-394-287l-164-163 164-163 0 111 93 0 0 105-93 0 0 110z m595 0l0-108-94-1 0-106 94 0 0-111 163 163-163 163z" horiz-adv-x="1000" />
<glyph glyph-name="connection-multi" unicode="&#xe860;" d="m916 798l-410-109 64-95-486-327 25-38 486 328 62-92 259 333 0 0z m0-328l-411-109 151-224 260 333 0 0z m-409-245l-63-43 25-37 63 42-25 38z m-126-85l-62-42 25-38 62 43-25 37z m-133-90l-63-43 25-37 63 43-25 37z m-126-85l-38-26 25-37 38 26-25 37z" horiz-adv-x="1000" />
<glyph glyph-name="lasso-tool" unicode="&#xe862;" d="m303 798l0-218 103 0 0 218-103 0z m-248-246l0-103 218 0 0 103-218 0z m379 0l0-103 219 0 0 103-219 0z m349-30l0-40 123 0 0-117 40 0 0 157-163 0z m-480-104l0-218 103 0 0 218-103 0z m603-159l0-77 40 0 0 77-40 0z m0-190l0-116-119 0 0-40 159 0 0 156-40 0z m-570-1l0-157 159 0 0 40-119 0 0 117-40 0z m264-117l0-40 82 0 0 40-82 0z" horiz-adv-x="1000" />
<glyph glyph-name="transaction" unicode="&#xe8c4;" d="m210 716c-83 0-149-66-149-149l0-434c0-82 66-149 149-149l581 0c82 0 149 67 149 149l0 434c0 83-67 149-149 149l-581 0z m0-34l581 0c63 0 114-51 114-115l0-434c0-64-51-115-114-115l-581 0c-64 0-115 51-115 115l0 434c0 64 51 115 115 115z m29-49c-51 0-93-41-93-92l0-382c0-51 42-92 93-92l523 0c51 0 92 41 92 92l0 382c0 51-41 92-92 92l-523 0z m0-34l523 0c32 0 58-26 58-58l0-382c0-32-26-58-58-58l-523 0c-33 0-59 26-59 58l0 382c0 32 26 58 59 58z" horiz-adv-x="1000" />
</font>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Binary file not shown.