: Illustrator CS6- How do I draw a rectangle to perfectly fit my artboard? Is it possible to drag a rectangle to fit my template? I already have bleed markers in a layer for guides, but I
Is it possible to drag a rectangle to fit my template? I already have bleed markers in a layer for guides, but I want the general background to look a color other than white.
More posts by @Dunderdale640
3 Comments
Sorted by latest first Latest Oldest Best
or use this script that draws a rectangle on the active artboard
var idoc = app.activeDocument;
var r = idoc.artboards[idoc.artboards.getActiveArtboardIndex()].artboardRect;
idoc.pathItems.rectangle(r[1], r[0], r[2]-r[0], r[1]-r[3]);
you can also just click on the art board and then type the dimensions that you want the square to be, then use the align answer that Scott has just told you about.
Switch to the Artboard tool (Shift+O)
Note the W and H measurements in the Control Panel across the top of the screen
Grab the Rectangle Tool and click once on the artboard (just click, no drag)
This brings up the Rectangle Options dialog. Input the W and H measurements you noted from the artboard
Set the Align panel to Align to Artboard
Click the Center Horizontal and Center Vertical buttons on the Align Panel.
That will create a rectangle the same size as the artboard then align it to the artboard.As far as I'm aware, this the best you'll get. There's no automated method to create a rectangle at the artboard bounds.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.