From 67d9c21b8afc80b04928ceba285433057c1f3578 Mon Sep 17 00:00:00 2001 From: Holmes Futrell Date: Mon, 10 Sep 2018 14:30:31 -0700 Subject: [PATCH] a comment about a specific coordinate that caused issues. --- BezierKit/MacDemos/Demos.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/BezierKit/MacDemos/Demos.swift b/BezierKit/MacDemos/Demos.swift index 84de4fd7..f04fbb2d 100644 --- a/BezierKit/MacDemos/Demos.swift +++ b/BezierKit/MacDemos/Demos.swift @@ -432,6 +432,7 @@ class Demos { if let mouse = demoState.lastInputLocation { + //let m2 = CGPoint(x: -21.19140625, y: 131.38671875) var translation = CGAffineTransform.init(translationX: mouse.x, y: mouse.y) let cgPath2: CGPath = CTFontCreatePathForGlyph(font, glyph2, &translation)!