Intro Last week, I added canvas limitations to keep the Selection Action Bar within a user's view. This week, I focused on positioning the toolbar so it renders directly underneath the initial selection instead of a hard coded value on the canvas. This change improves the user experience by reducing mouse travel and making the toolbar feel more intentional and intuitive to use. Side note: This week I also added 2 buttons: 'Fill with Color' and 'Crop to Selection'. Obstacles to Implementation ...