Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Florian 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.