Skip to content

Commit 3a0367f

Browse files
committed
increase font from 9 to 9.5
1 parent 6925cd6 commit 3a0367f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo/hacktoberfest-custom-themes/js/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const colors2022 = {
4343
};
4444
const fonts2022= {
4545
family: 'JetBrains Mono, monospace',
46-
size: 9,
46+
size: 9.5,
4747
poolFontSize: 14,
4848
}
4949

examples/static/js/diagram/bpmn-diagrams.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ function getHacktoberfestBpmnDiagram(projectName) {
16721672
<bpmn:outgoing>sequence_flow_1</bpmn:outgoing>
16731673
<bpmn:timerEventDefinition />
16741674
</bpmn:startEvent>
1675-
<bpmn:exclusiveGateway id="exclusive_gateway_1" name="Already registered on Hacktoberfest website ?" default="sequence_flow_2">
1675+
<bpmn:exclusiveGateway id="exclusive_gateway_1" name="Already registered on the Hacktoberfest website?" default="sequence_flow_2">
16761676
<bpmn:incoming>sequence_flow_1</bpmn:incoming>
16771677
<bpmn:outgoing>sequence_flow_2</bpmn:outgoing>
16781678
<bpmn:outgoing>sequence_flow_4</bpmn:outgoing>
@@ -1746,7 +1746,7 @@ function getHacktoberfestBpmnDiagram(projectName) {
17461746
</bpmndi:BPMNLabel>
17471747
</bpmndi:BPMNEdge>
17481748
<bpmndi:BPMNEdge id="edge_sequence_flow_3" bpmnElement="sequence_flow_3">
1749-
<di:waypoint x="600" y="119" />
1749+
<di:waypoint x="620" y="119" />
17501750
<di:waypoint x="660" y="119" />
17511751
<di:waypoint x="660" y="185" />
17521752
</bpmndi:BPMNEdge>
@@ -1806,7 +1806,7 @@ function getHacktoberfestBpmnDiagram(projectName) {
18061806
</bpmndi:BPMNLabel>
18071807
</bpmndi:BPMNShape>
18081808
<bpmndi:BPMNShape id="shape_user_task_1" bpmnElement="user_task_1">
1809-
<dc:Bounds x="450" y="84" width="150" height="70" />
1809+
<dc:Bounds x="450" y="84" width="170" height="70" />
18101810
</bpmndi:BPMNShape>
18111811
<bpmndi:BPMNShape id="shape_exclusive_gateway_2" bpmnElement="exclusive_gateway_2" isMarkerVisible="true">
18121812
<dc:Bounds x="635" y="185" width="50" height="50" />

0 commit comments

Comments
 (0)