Skip to content

Commit

Permalink
a comment about a specific coordinate that caused issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutrell committed Sep 10, 2018
1 parent cb40ac9 commit 67d9c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BezierKit/MacDemos/Demos.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
Expand Down

0 comments on commit 67d9c21

Please sign in to comment.