diff --git a/index.html b/index.html index 72ff699..4214a25 100644 --- a/index.html +++ b/index.html @@ -19,14 +19,33 @@ viewBox="0 0 1280 720" xmlns="http://www.w3.org/2000/svg" > + + + + + + /> diff --git a/src/svg.ts b/src/svg.ts index 19a35a3..05008ee 100644 --- a/src/svg.ts +++ b/src/svg.ts @@ -20,7 +20,6 @@ const stripeHeight = 12; const stripeSpacing = 18; const minWidth = 40; const maxWidth = 160; -const marginTop = 18; const marginBottom = 602; const viewBoxWidth = 1280; const minVisibleWidth = 20; @@ -95,7 +94,6 @@ export class SvgBuilder { } addStripes(colors: string[]) { - this.fillStripeSection(marginTop, marginTop + 100, colors); this.fillStripeSection(marginBottom, marginBottom + 100, colors); return this;