Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialFlorian Tönjes
Full Stack JavaScript Techdegree Graduate 50,856 PointsNot Able to Precisely Move Anchors
Tried to slice the first image and it was a bit off. Zoomed in real close and wanted to line up the edge of the slice frame precisely with the image.
Cannot get Illustrator to do this. When I drag the slice frame onto the image by mouse and release the mouse button it just pops back to where it was before. When I use the arrow keys, it jumps too far.
Trying to set it precisely with x and y coordinates is also not working. The edge of the image is at x: 240px, the slice frame at x: 239.5px. When I set it to x: 240px it just ignores it and pops back to 239.5px. The next step I am able to make is from 239.5 to 240.5.
Why am I only able to make 1px steps instead of 0.5px or 0.1px steps?
Kind Regards, Florian
1 Answer
Florian Tönjes
Full Stack JavaScript Techdegree Graduate 50,856 PointsSolved by using a search engine. The "Align to pixel grid" setting in the transformation panel was causing this behaviour.