Xara :: Rectangle Tool Includes Linear Fill?
Jul 16, 2013
I`m still using Xara X1... and am having two issues with the rectangular tool.
First, the rectangle draws on an angle, almost more like a diamond. I would like it to draw parallel to a horizon.
Second, the rectangle draw includes a linear fill. I would like to lose that parameter so that the rectangle can be a simple solid color that I can choose for myself.
View 9 Replies
ADVERTISEMENT
Aug 31, 2011
I have tried to create a linear fill and it looks fine in Xara Designer, but after exporting the image as a jpeg, the gradation does not look smooth at all, it looks rather terrible. It does not look as smooth and as seemless as work I have seen which was created using software such as Photoshop. Am I doing something wrong?
View 8 Replies
View Related
Dec 9, 2013
Any good technique for applying gradual, linear perspective to textures used to fill shapes? An example will make my question much clearer (the attached drawing, both in JPG and .XAR).
The top shape is a carpet (or something) with a bitmap fill applied. I want to draw it curled, as in the bottom shape--the texture doesn't follow the contour of the object (as expected, since this isn't a 3D modelling program).
But is there some way to simulate the gradual rotation and foreshortening of a texture, to make folds and curls in fabric look more realistic?
View 9 Replies
View Related
Sep 25, 2013
I don't know if it is the update or not but every time I fill a rectangle with noise and create a bitmap copy and try to erase the white with Medhi eraser classic XP&GD and XDPX now stops working. I have tried this over and over with the same result, or should I say lack of a result? All I am trying to do is make a star field. This is the same basic method I used before to create animated snow..
View 7 Replies
View Related
Jul 16, 2012
i'm basically making a shape with the pen tool, then i click the paint bucket, then the shape disappears. i've also done this with the rectangle tool and the exact same thing happens.
usually, it will work when i frst open the document, but after i start making new layers/text then i try to do this, the shape i make disappears.
how i can keep the shape so i can select the paint bucket tool?
View 6 Replies
View Related
Jun 4, 2013
Is there a simple way to create a "filled rectangle" in GIMP - without using the Bucket Fill Tool?
View 3 Replies
View Related
Mar 19, 2011
is it possible to use the fill tool twice for an object, because i want to make 2 effects and the problem is, if you made it first time and click to make a fill effect second time, the first effect dissappears.
View 9 Replies
View Related
Dec 19, 2012
You can easily fix crooked photos, zoom and crop with the fill tool.
The first step is to make sure you have the rulers enabled (window>bars>rulers) then click and drag a horizontal guideline from the ruler.
Select your photo and select the fill tool, you will see that your photo is actually a vector shape with a bitmap fill. Click and drag the outer fill handles to enlarge (zoom) the bitmap within the shape and rotate as needed to straighten the image. Move the cursor over the line of the fil handles until it changes to a hand then click and drag the photo around to adjust it's position within the shape.
View 2 Replies
View Related
Sep 12, 2013
How do I get it so that when I draw a shape it will fill with color? In my options bar there is a rectangle with color where I can choose that, but sometimes that's not up. How do I pull it up?
How do I fill a canvas with color without having to cover it with a large rectangle to fill? I've gotten answers to this but none has solved the problem.
View 3 Replies
View Related
Feb 4, 2013
Suppose I have an object filled with a linear gradient. This object is the only selected. I just would like to change the angle of the gradient to 25 degrees. So I think I could do:
var doc = app.activeDocument
alert(doc.selection[0].fillColor.angle) // the result is the exact angle of the gradient fill of the selected object. Suppose 12 degrees.
//now the try to change:
doc.selection[0].fillColor.angle = 25.0
No errors are found by the Extended Script Toolkit..BUT...it does not change anything. As Illustrator reference manual does not say this property is read only, I think I could write.
View 2 Replies
View Related
Jan 26, 2011
When I apply simple flat transparency to a line, or a shape with an outline, it becomes translucent - as expected.
But when I apply a linear (or circular / elliptical / conical etc) transparency, only the fill is affected, and the line remains opaque
[Using Xara Designer Pro 6.1.2.13287]
View 9 Replies
View Related
May 28, 2012
I just added a fill/texture to an image and now when I create more objects, the fill is still there. How can I re-set the fill gallery back to no-fill?
View 3 Replies
View Related
Mar 20, 2007
Im making some little buttons with filled backgrounds. Below is an example. Is it possible to adjust the resolution of the fill, lets say smaller, to make it look more crisp on the button?
[URL]
The above looks nice, but the one below, this is suppose to be snow but the resolution is so large you cannot tell what it is.
[URL]
View 4 Replies
View Related
Sep 26, 2013
How do I fill a rectangle with a color?
View 1 Replies
View Related
Jun 23, 2013
Let's say I have a rectangle and I want to fill a table inside of it.
The below is the code snippet I wrote.....
Table tb = new Table();tb.NumColumns = 5;tb.NumRows = 40;tb.SetRowHeight(C_height / 40);tb.SetColumnWidth(C_width / 5);tb.Position = new Point3d(ext.MaxPoint.X, total_MaxPoint.Y, 0);tb.Width = C_width;tb.Height = C_height;tb.SetTextHeight(C_height / 40, (int)RowType.DataRow);tb.HorizontalCellMargin = 0;tb.VerticalCellMargin = 0;btr.AppendEntity(tb);tr.AddNewlyCreatedDBObject(tb, true);
Where C_width and C_height are the width and height of the rectangle respectively.
Then, I got the following
The red line is the specified rectangle. It seems like SetRowHeight and SetColumnWidth are not working.
FYI, the rectangle size is around width = 3.5m height = 5m.
View 3 Replies
View Related
Jul 9, 2009
I just want a one point thick border rectangle with nothing filled. I tried using the rectangle marquee and stroke. Doesn't work. I tried the rectangle tool and rasterized, it disappeared.
Using PS CS 3.
View 2 Replies
View Related
Jun 28, 2012
I have placed a rectangle in my template and want to know if there's anyway to fill this rectangle with a color?
I can use another object if that's better - mainly wanting to be able to fill a pre-determined space with a back color.
View 7 Replies
View Related
Oct 8, 2012
I need to create a text with a rectangle background and a coloured border around this rectangle. Here is what I do:
- I create a text
- I select the text and add a fill and a stroke that I then transform into a rectangle
- I now have my "label" as I want it to be but now I need to rotate it.
Problem is I can rotate the text but fill and stroke don't follow, they remain horizontal and just adapt so that it still fits the text. As a result I have a rotated font with a big rectangle box. Can I rotate fill+stroke with the text?
View 5 Replies
View Related
Dec 19, 2013
What's the difference between linear and bi-linear when using gradients? they seem to do the same thing to me (or I don't notice a difference)
View 2 Replies
View Related
Jul 16, 2013
When I use the fill tool to simply 'fill' a selection, it does not completely fill it. There is an ivisible barrier or line that prevents it from filling all the way to the edge. Do you think I have my settings wrong?
View 2 Replies
View Related
Nov 25, 2013
These gradients in gimp are really hard to figure out (not saying other things seem easy to me), however I'm sure if one knows what to do, they can solve many problems.
I had that screenshot of a text list:
And I wanted to make it fade away from the highlighted line:
However, with the blend tool, this is actually impossible or really really hard, because I can't aim it so preciselly.
View 1 Replies
View Related
May 17, 2012
How do we fill a rectangle or any close shape surface with a color?
View 3 Replies
View Related
Oct 19, 2013
How do I draw a rectangle or ellipse as a line without fill in Photoshop Elements?
View 4 Replies
View Related
Nov 5, 2012
I am newbie using Elements 10.
How do I draw a rectangle that only displays the stroke. That is, it has a transparent fill.
View 5 Replies
View Related
Jan 24, 2011
I cant see how to do this but there must be a simple way of doing it. Howe do I have pointed corners for the top left and top right then curved bottom left / bottom right of a rectangle that I create. I tried unlocking the shape but it still seems to do all or nothing. Am I missing something obvious?
View 9 Replies
View Related
Oct 4, 2011
Is there a way of resizing a skewed rectangle without having the skew angle alter?
View 5 Replies
View Related
Apr 20, 2011
Is there a reason that the curvature of a rounded rectangle is not inherited or a paste able attribute as, for example, fill color and line width are?
View 1 Replies
View Related
Feb 22, 2012
When I use the Marquee tool, or the single row marquee I have perfect borders in my forms, but when instead I use the rectangle tool, the line tool or the elipse tool I have these strange borders that are not well delimited.
I have already deleted the default settings, but still continues the same.
View 3 Replies
View Related
Jul 3, 2012
I would like to create a rectangle with only 2 rounded corners. The other 2 corners I would like to leave 90 degrees.How would you do this in Xara?
View 3 Replies
View Related
Jul 2, 2012
How do I draw an stroke/line around an rectangle shape and let it be "INSIDE of the rectangle". Like in Photoshop in the stroke layer effects.
What I have so far: I am aware of the "line" option. BUT it paints the stroke OUTSIDE of the rectangle and extends its size. This is NOT what I would like to have.
View 9 Replies
View Related
Feb 22, 2012
There are many ways to skin this particular cat. This is the way that I do it.
View 9 Replies
View Related