Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glyph snapping - revert of #1441 #1455

Merged
merged 1 commit into from Jul 7, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Snap glyphs individually (again)

  • Loading branch information
kvark committed Jul 6, 2017
commit 44e22dafdebdcce0bec46231f62d2c4422992563
@@ -23,7 +23,7 @@ void main(void) {
prim.z,
prim.layer,
prim.task,
prim.local_rect);
local_rect);
vLocalPos = vi.local_pos;
vec2 f = (vi.local_pos.xy / vi.local_pos.z - local_rect.p0) / local_rect.size;
#else
@@ -32,7 +32,7 @@ void main(void) {
prim.z,
prim.layer,
prim.task,
prim.local_rect);
local_rect);
vec2 f = (vi.local_pos - local_rect.p0) / local_rect.size;
#endif

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.