summarylogtreecommitdiffstats
path: root/fix_font_path.patch
blob: 643591f6f2f6f1c0070d59f63b306316db116d1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/canvas/generator.go b/canvas/generator.go
index c24e566..abd340a 100644
--- a/canvas/generator.go
+++ b/canvas/generator.go
@@ -333,7 +333,7 @@ func DrawDiagram(content string, output string) error {
 	}
 
 	ctx := gg.NewContext(width, height)
-	canvas := NewCanvas(ctx, "./font/gloriahallelujah.ttf", 3)
+	canvas := NewCanvas(ctx, "/usr/share/diagram/gloriahallelujah.ttf", 3)
 	canvas.DrawRectangle(0, 0, float64(width), float64(height))
 	canvas.SetRGBA(1, 1, 1, 1)
 	canvas.Fill()
@@ -349,4 +349,4 @@ func DrawDiagram(content string, output string) error {
 		return err
 	}
 	return nil
-}
\ No newline at end of file
+}