Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve connection presence #20

Merged
merged 3 commits into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

All notable changes to [bpmn-font](https://github.com/bpmn-io/bpmn-font) are documented here. We use [semantic versioning](http://semver.org/) for releases.

## Unreleased

___Note:__ Yet to be released changes appear here._

## 0.11.1

* `FIX`: improve visual presence of connection icons#target` ([#20](https://github.com/bpmn-io/bpmn-font/pull/20))

## 0.11.0

* `FEAT`: align icons on 45° angle ([#19](https://github.com/bpmn-io/bpmn-font/pull/19))

## ...

Check `git log` for earlier history.
6 changes: 3 additions & 3 deletions dist/css/bpmn-codes.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

.bpmn-icon-trash:before { content: '\e801'; } /* '' */
.bpmn-icon-conditional-flow:before { content: '\e802'; } /* '' */
.bpmn-icon-default-flow:before { content: '\e803'; } /* '' */
.bpmn-icon-gateway-parallel:before { content: '\e804'; } /* '' */
.bpmn-icon-intermediate-event-catch-cancel:before { content: '\e805'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-message:before { content: '\e806'; } /* '' */
Expand Down Expand Up @@ -104,5 +102,7 @@
.bpmn-icon-group:before { content: '\e869'; } /* '' */
.bpmn-icon-text-annotation:before { content: '\e86b'; } /* '' */
.bpmn-icon-transaction:before { content: '\e8c4'; } /* '' */
.bpmn-icon-connection:before { content: '\e8d8'; } /* '' */
.bpmn-icon-screw-wrench:before { content: '\e8db'; } /* '' */
.bpmn-icon-connection:before { content: '\e8dc'; } /* '' */
.bpmn-icon-conditional-flow:before { content: '\e8e0'; } /* '' */
.bpmn-icon-default-flow:before { content: '\e8e1'; } /* '' */
18 changes: 9 additions & 9 deletions dist/css/bpmn-embedded.css

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dist/css/bpmn.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@font-face {
font-family: 'bpmn';
src: url('../font/bpmn.eot?84292322');
src: url('../font/bpmn.eot?84292322#iefix') format('embedded-opentype'),
url('../font/bpmn.woff2?84292322') format('woff2'),
url('../font/bpmn.woff?84292322') format('woff'),
url('../font/bpmn.ttf?84292322') format('truetype'),
url('../font/bpmn.svg?84292322#bpmn') format('svg');
src: url('../font/bpmn.eot?63545033');
src: url('../font/bpmn.eot?63545033#iefix') format('embedded-opentype'),
url('../font/bpmn.woff2?63545033') format('woff2'),
url('../font/bpmn.woff?63545033') format('woff'),
url('../font/bpmn.ttf?63545033') format('truetype'),
url('../font/bpmn.svg?63545033#bpmn') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'bpmn';
src: url('../font/bpmn.svg?84292322#bpmn') format('svg');
src: url('../font/bpmn.svg?63545033#bpmn') format('svg');
}
}
*/
Expand Down Expand Up @@ -55,8 +55,6 @@
}

.bpmn-icon-trash:before { content: '\e801'; } /* '' */
.bpmn-icon-conditional-flow:before { content: '\e802'; } /* '' */
.bpmn-icon-default-flow:before { content: '\e803'; } /* '' */
.bpmn-icon-gateway-parallel:before { content: '\e804'; } /* '' */
.bpmn-icon-intermediate-event-catch-cancel:before { content: '\e805'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-message:before { content: '\e806'; } /* '' */
Expand Down Expand Up @@ -159,5 +157,7 @@
.bpmn-icon-group:before { content: '\e869'; } /* '' */
.bpmn-icon-text-annotation:before { content: '\e86b'; } /* '' */
.bpmn-icon-transaction:before { content: '\e8c4'; } /* '' */
.bpmn-icon-connection:before { content: '\e8d8'; } /* '' */
.bpmn-icon-screw-wrench:before { content: '\e8db'; } /* '' */
.bpmn-icon-connection:before { content: '\e8dc'; } /* '' */
.bpmn-icon-conditional-flow:before { content: '\e8e0'; } /* '' */
.bpmn-icon-default-flow:before { content: '\e8e1'; } /* '' */
132 changes: 66 additions & 66 deletions dist/demo.html

Large diffs are not rendered by default.

Binary file modified dist/font/bpmn.eot
Binary file not shown.
12 changes: 6 additions & 6 deletions dist/font/bpmn.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/font/bpmn.ttf
Binary file not shown.
Binary file modified dist/font/bpmn.woff
Binary file not shown.
Binary file modified dist/font/bpmn.woff2
Binary file not shown.
18 changes: 9 additions & 9 deletions resources/font-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,41 +163,41 @@
]
},
{
"uid": "ff918008d55cba6bd53a97e9d557b06c",
"uid": "31e5e54dab18bd1acfa5638c931b5e7d",
"css": "connection",
"code": 59608,
"code": 59612,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M911.3 100.9C911.3 100.9 625.5 246.8 480.3 315 511.4 343.4 540.3 374 570.3 403.6 422.7 553.2 275 702.8 127.4 852.4 138.2 862.7 149.1 873 159.9 883.4 307.5 733.8 455.2 584.2 602.8 434.6 632.9 464.5 662.8 494.7 692.8 524.6 770.4 371.9 911.3 100.9 911.3 100.9Z",
"path": "M930.9 71.6L490 275.9 583 367.4 124.5 826 176.5 876.5 635 418 728 511Z",
"width": 1000
},
"search": [
"connection"
]
},
{
"uid": "20aeac6e603a758405eec3633e866ef1",
"uid": "95ba48882ae50f63bbb8e046d230cd94",
"css": "conditional-flow",
"code": 59394,
"code": 59616,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M911.3 100.9C911.3 100.9 625.5 246.8 480.3 315 511.4 343.4 540.3 374 570.3 403.6 429.5 546.2 492.5 485.1 370.7 608.8L161.5 642.8 121.4 889.8 368.4 849.7 370.8 834.9 402.4 640.6C525.2 515.9 461.7 577.5 602.8 434.6 632.9 464.5 662.8 494.7 692.8 524.6 770.4 371.9 911.3 100.9 911.3 100.9ZM358.5 652.8L332.2 813.5 171.5 839.7 197.7 678.9 358.5 652.8Z",
"path": "M930.8 71.6C784.2 139.4 637.6 207.2 490.9 275 521 305.1 551 335.3 581 365.5 504 442.7 427.1 519.9 350.1 597.1 280.7 609.1 211.4 621.1 142 633.1 131.8 718.7 121.7 804.2 111.6 889.8 197.5 880 283.4 870.2 369.3 860.4 380.2 789.8 390 719.1 400.4 648.4 477.9 570.9 555.5 493.5 633 416 663.7 446.7 694.3 477.4 725 508 793.6 362.6 862.2 217.1 930.8 71.6ZM346.7 654.7C338.6 707.7 330.5 760.6 322.4 813.5 272.1 819 221.8 824.5 171.5 830 177.6 780.3 183.7 730.6 189.9 680.9 242.1 672.2 294.4 663.4 346.7 654.7Z",
"width": 1000
},
"search": [
"conditional-flow"
]
},
{
"uid": "0431487f36d4b0549609406a3a8a6b9d",
"uid": "c2377ede5c5ca0a3a3242af8ccbbb735",
"css": "default-flow",
"code": 59395,
"code": 59617,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M911.3 100.9C911.3 100.9 625.5 246.8 480.3 315 511.4 343.4 540.3 374 570.3 403.6 478.5 496.6 386.8 589.6 295 682.6L128.5 682.6 128.5 725.6 252.5 725.6C210.8 767.8 169.1 810.1 127.4 852.4 138.2 862.7 149.1 873 159.9 883.4 211.8 830.8 263.7 778.2 315.6 725.6L490.6 725.6 490.6 682.6 358 682.6C439.6 599.9 521.2 517.2 602.8 434.6 632.9 464.5 662.8 494.7 692.8 524.6 770.4 371.9 911.3 100.9 911.3 100.9Z",
"path": "M930.8 71.6C783.9 139.7 636.9 207.8 490 275.9 521 306.4 552 336.9 583 367.4 489.6 460.4 396.1 553.4 302.7 646.4 242.4 646.4 182 646.4 121.6 646.4 121.6 667.3 121.6 688.1 121.6 709 161.3 709 201.1 709 240.8 709 202 748 163.2 787 124.4 826 141.8 842.8 159.1 859.7 176.4 876.5 232.2 820.7 288.1 764.8 343.9 709 403.5 709 463.2 709 522.8 709 522.8 688.1 522.8 667.3 522.8 646.4 484.2 646.4 445.5 646.4 406.8 646.4 482.9 570.3 558.9 494.1 635 418 665.3 448.3 695.7 478.7 726 509 794.3 363.2 862.5 217.4 930.8 71.6Z",
"width": 1000
},
"search": [
Expand Down
Binary file modified resources/symbols.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 23 additions & 21 deletions source/raw/connection.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.