CorelDRAW Graphics Suite X4 :: How To Resize Multiple (236) Circles About Their Own Centerpoints At One Go
Nov 11, 2011
How can I resize multiple (236) circles about their own centerpoints without resizing them each by each?
I´dd like to increase radius about 2-5%.
View 4 Replies
ADVERTISEMENT
Jul 24, 2011
I'm currently sitting with the following problem in CorelDraw 11:
I have four circles, one inside the other, with the circles getting smaller towards the centre. I want the two outer circles to be joined and the two inner circles to be joined. Text will be placed on top of these circles and I want to cut out those sections of the circle which will be covered by the text. The circles will also be filled with different colours. Simply placing the text on top of the 'rings' is not an option as the there are also two logos on the right which cover part of the circle (the part which I want to 'cut' out).
I've tried Combine and the Knife tool but somehow I just don't seem to achieve my goal. This would be a lot easier to explain if I could upload a PDF of the image.
View 7 Replies
View Related
Apr 21, 2011
I have a quick question corel X5, I have a design made of several .4 inch circles, I wonder if there is a way to resize all the circles to .6 inch ( i am trying to avoid to resize manually each circle )
View 14 Replies
View Related
Oct 29, 2012
I've got the basics, but how do you color in the different overlaps of the circles?
View 2 Replies
View Related
Mar 16, 2009
I'm trying to create dotted lines that are actually circles and not square shaped dots (the given option in the outline menu). Is the best/only way to do this by creating a new Artistic Media Brush? It seems like there should be an easier option when needing to create a long dotted line or a shape with a dotted outline.
View 14 Replies
View Related
Nov 16, 2012
I have two adjacent circles. I created two tangent lines between them on opposite sides. I want to connect the lines to the circles. So - I make the circle into a pie, and with the node editing tool, drag the nodes around until I see the little info text go from edge to "node" where it snaps on the nope of the line.
Before I start this, the lines are perfectly tangent. When complete, the lines are no longer tangent and the circle is shifted upwards, and is moved off the perfect tangent by different amount for each line. I can see a difference at 3200% and 11000% zoom at 0.5 point lines.
This occurs if I rotate the circle, or make the circle into an arc also.
It seems that when the circle is drawn, the center point about which its rotated, and from where the arcs/pies are drawn is not exactly center. This is happening when I manually rotate it. It I rotate it giving it a specific degree in the properties bar across the top, it rotates fine. For instance, repeating this again, the arcs of the circle is below one line, and above the other live by a lesser degree.
View 5 Replies
View Related
Feb 11, 2014
Working with scientific figures containing circles, squares, etc in CS4. How can I resize many circles to be 1.5 by 1.5 mm, for example, after they have been skewed a bit to make the entire graph the same size as adjacent figures? In other words, I import the graph from elsewhere and to touch it up I have to resize it a bit. Resizing the whole figure distorts the circle to an ellipse and I want to turn it back into a circle. Takes too long to select each shape and indicate the size.
View 5 Replies
View Related
Sep 9, 2011
Is there a way to resize a powerclip container that keeps the contents at its original size - so you can view more or less of the contents simply by changing the shape of the container?
(Rather than editing the contents or extracting the contents and then resizing the container).
View 3 Replies
View Related
Oct 4, 2012
I'm trying to find a way to do this:
Make an object (eg an hexagon), and resize it from it's center radially, by dragging a node (and not those black squares). What I got so far, is, using the pick tool, clicking on it to go to rotation mode, hold shift and ctrl, clicking on a node (eg, from a point or the middle of a side), and dragging it.
It works IF i change it's angle, but strangely, if I keep the same angle (just resizing it), nothing happens, neither it gets resized, neither i can clone it (with right mouse click). It only keeps a blue shadow of what would be the object, without doing nothing.
What I want to do with this is, for example, create a square and an hexagon inside it, allign one of it nodes with a node of the square, and resize the hexagon by draggin another node of it until it touch (using snap to objects) another side/node of the square. As I said, it can be done if I resize by the rotation, but only if I change the angle, wich is strange for me.
Am I missing something? It's really weird that I can almost do this without problems, but then nothing happens at all. I wish I could show this visually, would be way better to explain the problem.
View 7 Replies
View Related
Nov 29, 2011
When I open a new file, my default is an 8.5" x 11" page. When I resize it for an order, the view is staying at the 100% view, yet the same operation in version 11 gives me a view as if I had entered the standard CTRL + F4.
View 5 Replies
View Related
Jul 11, 2011
We do a lot of artwork for screenprinting that needs to generally be 11" tall for adult shirts and 9" tall for kids sizes.
I recorded a macro that basically copies everything on the 11" page onto a new page, pastes the graphic and then resizes it to 9" tall. The problem is that when it resizes, it doesn't seem to keep the proportions.
For example, if I have a circle that is 11"x11" and use my macro, I would expect it to be resized to 9"x9"
Instead, after using my macro, the circle is resized to 9" tall by 8.36" wide.
Did I make a mistake somewhere when recording this macro? I'm not a pro at deciphering macro scripts so I've attached it here:
Sub Kids_Size() ' Recorded 6/30/2011 ActivePage.Shapes.All.CreateSelection ActiveSelection.Copy Dim p1 As Page Set p1 = ActiveDocument.InsertPagesEx(1, False, ActivePage.Index, 11#, 17#) p1.Layers("Layer 1").Paste Dim Paste1 As ShapeRange Set Paste1 = ActiveSelectionRange ActiveDocument.ReferencePoint = cdrCenter Paste1.SetSize 8.360346, 8.999996End Sub
View 2 Replies
View Related
Sep 1, 2011
I have this script that basically makes a shape expand by adding an outline, conveting the outline to an object, and then welding the whole thing together.
I have the script set to execute with hotkey ctrl+numpad+
The odd thing is, when I run it once, it seems to work fine and only one object is left, but when I hold down ctrl and press numoad+ over and over again, it seems to produce a new copy of the object everytime.
I'm not sure why this is happening, but I need to get it to stop.
Sub Expand() EventsEnabled = False 'Dim vars Dim c1 As New Color Dim OrigSelection As ShapeRange Dim OrigColor As Shape Dim width1 As Double Dim height1 As Double Dim minSize As Double Dim Thickness As Double 'copy color of current selection Set OrigColor = ActiveShape If OrigColor Is Nothing Then Exit Sub If OrigColor.Fill.Type <> cdrUniformFill Then Exit Sub c1.CopyAssign OrigColor.Fill.UniformColor 'get thickness to increase by Set OrigSelection = ActiveSelectionRange OrigSelection.GetSize width1, height1 If width1 <= height1 Then minSize = width1 If width1 > height1 Then minSize = height1 Thickness = minSize * 0.035 OrigSelection.SetOutlineProperties Color:=CreateRGBColor(0, 0, 0) OrigSelection.SetOutlineProperties Thickness, ScaleWithShape:=True 'weld Dim s1 As Shape Set s1 = OrigSelection(1).Outline.ConvertToObject Dim s2 As Shape Set s2 = s1.Weld(OrigSelection(1), True, True) 'auto reduce 's2.Curve.Nodes.All.AutoReduce 0.001 's2.Fill.ApplyUniformFill c1 'delete remnants OrigSelection.Delete s1.Delete 'OrigColor.Delete EventsEnabled = TrueEnd Sub
View 5 Replies
View Related
Jul 26, 2011
I have a series of images that have been designed - very basic shapes (a straight vertical line with a ball on top in which ascending numbers are placed in each one. So effectively each image is made up of 3 seperate parts and look like numbered lollipops. Each of these images are currently evenly spaced apart and formatted so the text is all properly aligned and sized etc - I would like to be able to copy certain groups of these images and paste them into a new working document which is fine, but I then need to somehow re-space them out to scale once they've been pasted in. So for example i have copied them in and they are 20mm apart to each other (as per my original drawing that i copied from) - is there a way of then altering this spacing so that for example so that they are all 33mm apart but still retail the original formatting properties so they are not stretched etc?
View 11 Replies
View Related
Jun 27, 2013
When I create a shape, be it a rectangle or a polygon and choose (right click) "Frame Type">Create Empty Text Frame" and select 2 columns from the "Column settings" dialogue box, the columns are never the same size! Is it me, my computer, or a bug?
View 8 Replies
View Related
Apr 8, 2013
I create a pdf page and save. when i add a second page to the document and save, the second page is not saved in the pdf. how can I get the whole document to save in one pdf file?
View 4 Replies
View Related
Nov 28, 2011
Is there a way to copy paste more than 5 pages through page sorter view from one file to another. When i try to drag and drop pages from one file to another, coreldraw x4 crashes.
Windows 7 [64-bit], Core i3 - 3.02 GHz, 4GB DDR 3 RAM
View 1 Replies
View Related
Oct 5, 2011
In some programs I am able to type in 20 or more names and send them to the cutter as one file. I would type a name and then keep adding names in the list and then at the machine I would run one name at a time. Can Corel x5 do this?
View 1 Replies
View Related
Mar 9, 2011
I'm working with drawings that have (for example) 1,000 little circles with diameter 1.5mm. I'd like to resize all of them to, say, 2.0mm but I don't want to scale them as this will affect their distance from each other.
Macros: I have tried recording the adjustments on one object but I'm unable to run the macro on another - the macro errors out.
Find/Replace objects: I don't see any options involving object dimensions (although I can "Find All" of my objects by shape or fill).
Corel Draw X4 v14.0.0.701
View 9 Replies
View Related
Dec 10, 2010
I can't seem to select more than one text object at a time.....
I will select a paragraph or artistic text object, press and hold shift, and then continue selecting text objects. Nothing happens.... well, it seems to be 'thinking' but nothing ever happens until I release the shift key and then only the last object selected gets highlited.
View 6 Replies
View Related
Oct 10, 2013
I have been trying to import a 28 page pdf file into corel and instead of it separating it is staying on one page.
Is there a setting a need to change so it separates each page,
View 3 Replies
View Related
Aug 24, 2011
I find it extremely annoying to have to Ungroup named groups and then regroup and rename them in order to do a multiple selection of group members. I find I'm constantly ungrouping and regrouping in order to select/edit.
Note that the multiple items are often not the same type of object (e.g., text, line, shape, etc.).
View 3 Replies
View Related
Jul 3, 2012
If I open a 4-page PDF in CorelDraw, I can edit anything in it. But if I save my changes, it saves as a 4-page cdr file. But I want to save the changes to the PDF. Is the only way to save the changes to the pdf file to re-publish the whole 4 pages to PDF again and have it replace the old one when asked? Wouldn't this further compress any jpgs?
Re-publishing the whole thing and changing the settings to no compression (and remembering to reset them back again later!) seems very inefficient......The question, of course applies to single page pdf's as well, but I'm thinking of deleting or adding a page or changing page order.
View 14 Replies
View Related
Dec 11, 2012
When I export a CorelDraw file with multiple pages to an .ai file, the resulting file has only the first page. Is there a way to export all pages of the document to .ai?
View 13 Replies
View Related
Jan 6, 2013
I am trying to put together a document with about 20 illustrated pages which are created by others in pdf format, They are all A6 size.I wanted to know if Coreldraw x5 can do this (as I have a copy of this) and how - I may need to make some changes to these pdfs, but would be minor editing only (hopefully).
I know this is possible in Indesign - but wanted to do it in Coreldraw as this is the package i have.
View 5 Replies
View Related
Oct 24, 2012
A customer brought me some DWG plans, five files' worth. He wants pricing on cutting it out of wood. The cutting part won't take long, but fixing the file will. I could see that there were multiple lines because some lines were thicker.When I select one of the thicker lines and delete it, it's gone. So I knew there wasn't a second line below it. Then I tried Ctrl-K, to break apart the curve. Wow, some of the lines had 23 copies! So I would hold Ctrl, de-select one of the lines, then hit the Delete key to erase the other 22. This will take a lot of time to clean up like this. Do you know of an easier way to remove these excess curves?
View 9 Replies
View Related
Sep 10, 2013
It would be useful for me if CorelDraw could do multiple Drawing scales for different pages instead of it being a global thing for the entire document.
3/16 = 1' (page 1) 1/4" = 1' (page two.)
View 2 Replies
View Related
Aug 27, 2013
How to export multiple selections as each selection to export to tiff despite of single tiff.
View 2 Replies
View Related
Jan 28, 2013
Are we able to do this now in Coreldraw X6?
View 10 Replies
View Related
Apr 13, 2011
Is it possible in CorelDraw X5 shifting of multiple pages placement at once. For instance if we have a file of 50 pages (1-50) and we require shifting of page nos 41-48 with their contents after page no 8 than how should we proceed to get the resultant.
View 3 Replies
View Related
Mar 16, 2013
Today i started to experience this crash while moving multiple grouped objects. These objects were from a powertrace and had transparency. this is on vista 64bit. doesn't happen all the time.
Problem signatureProblem Event Name: APPCRASHApplication Name: CorelDRW.exeApplication Version: 16.2.0.998Application Timestamp: 50b2a2e4Fault Module Name: CdrTra.dllFault Module Version: 16.2.0.998Fault Module Timestamp: 50b2a50fException c0000005Exception Offset: 000000000003b757OS Version: 6.0.6002.2.2.0.256.6Locale ID: 1033Extra information about the problemBucket ID: 94246814
View 10 Replies
View Related
Jun 30, 2013
I have a document with multiple pages. I need each page saved as a separate JPEG file.
I can do this by exporting each page individually, but this is painful - I have 29 pages to export.
Is there any way to export all pages in one step? I would like the JPEG files to be created with the page name as the file name.
View 8 Replies
View Related