Questions tagged [stroke]

a line drawn along a path

On iOS, this might be a UIBezierPath or on Android, this would be a collection of attributes describing the line in XML (such as width, color, width and gap).

476 questions
-1
votes
1 answer

Android: How to scale the width of the pen stroke

Probably this not related directly to Android. I have an image which have drawn with Pen tool of stroke 4px. If I have to draw it back to a pdf or other document and their size of the pages are different to the image, how do I scale stroke from…
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
-1
votes
1 answer

How to create custom stroke color of ellipse?

I was looking around for some answers but couldn't find anything. I want to know if there's a way to make a custom stroke for an ellipse. I have a bunch of ellipses drawn on a canvas that, when clicked, the clicked ellipse is highlighted with a…
pfinferno
  • 1,779
  • 3
  • 34
  • 62
-1
votes
1 answer

How to get all coordinates of stroke on WPF?

I am writting an application where I have hooked in with InkManager. User can draw anything on that canvas, I want to capture the stroke information. How do I get a list of all the coordinate which made the stroke?
Hitesh
  • 3
  • 1
-1
votes
1 answer

How do I select by color, and then stroke selection?

I've got a UIImage with black text on it and I'd like to add a "glow" effect around the letters of the text. In a graphics editing program such as GIMP or photoshop I can select by color and stroke the selection with the current brush to get the…
user2320861
  • 1,391
  • 2
  • 11
  • 28
-1
votes
2 answers

How to create an animated drawing effect on canvas using html5?

i would like to know how to create an nice stroke which blow up some fireworks and nice effects on the stroke line while people are drawing, is that possible? just like this particles appear here in this video youtube video
Rafael Milewski
  • 788
  • 1
  • 8
  • 15
-2
votes
2 answers

Strokes behind text in HTML

How can I add strokes behind my title text in HTML like this image: Edit: You may also check out their website
-2
votes
1 answer

Why stroke removed by after effects from a psd layer?

I have a PSD file what I've imported into AE. There are several layers, and the objects have some stroke on it (in ps right click on layer blendig options/stroke). But in AE these strokes are invisibles. Why are these removed and how can I avoid…
-2
votes
1 answer

Java GUI Button Border

Can anyone tell me how to move the border of a button away from the button? In other words giving it some kind of outsets or giving some padding to the button from its border or stroke.
Learner
  • 1
  • 2
-2
votes
1 answer

Fabric.js text space and strokeWidth

I have 2 problems with Fabric.js iText. I have a problem with text in Fabric.js. I want to use handwriting font "Alex Brush" in my app. The text is starting a bit out of box. At the end of the text is the same problem - text ends out of the box If…
-3
votes
1 answer

How to save strokeOval() shape to text file?

I used the following code to make a circle. I need to make a button to save the coordinates of the circle. How do I extract these coordinates? GraphicsContext gc = canvas.getGraphicsContext2D(); gc.setStroke(Color.BLUE); Random rnd = new…
-5
votes
1 answer

How to stroke string, beginning with' ~'?

guys! I need to do the following. There is a field to enter. When he introduces something beginning with ~ all of the following must be fortified with a frame(directly in the field to enter or in the list below). How to implement it? (Without…
1 2 3
31
32