We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe7753 commit 794ed45Copy full SHA for 794ed45
src/core/exts/activity.ts
@@ -50,7 +50,7 @@ export function ActivityExtension(generator: Generator): Extension {
50
style: { transform: `translate(0px, 200px)` },
51
children: [
52
new Item("line", {
53
- attr: { x1: 10, y1: 0, x2: generator.config.width - 20, y2: 0 },
+ attr: { x1: 10, y1: 0, x2: generator.config.width - 10, y2: 0 },
54
style: { stroke: "var(--bg-1)", "stroke-width": 1 },
55
}),
56
new Item("text", {
0 commit comments