vector layer bounds
vector layer bounds
benben,
Can you +1 this post (see below) over there at Adobe? I'm having the same problem and I'd like to get to the bottom of this!
http://feedback.photoshop.com/photoshop ... re_2px_too
Can you +1 this post (see below) over there at Adobe? I'm having the same problem and I'd like to get to the bottom of this!
http://feedback.photoshop.com/photoshop ... re_2px_too
vector layer bounds
Something I've done to workaround this issue is to make a temporary rasterized version of the layer and get the bounds and then delete the rasterized layer. Here are the steps:
1) make a duplicate of the selected vector shape layer(s)
2) merge the duped layers into a single layer (enclosed in a try/catch so that if there is only *one* layer, then I can silently handle the error and continue)
3) rasterize the layer
4) get the bounds of the rasterized layer
5) delete the rasterized layer
1) make a duplicate of the selected vector shape layer(s)
2) merge the duped layers into a single layer (enclosed in a try/catch so that if there is only *one* layer, then I can silently handle the error and continue)
3) rasterize the layer
4) get the bounds of the rasterized layer
5) delete the rasterized layer