Questions tagged [fill]

fill refers to the process of assigning and rendering a color or pattern to the set of coordinates within the outline of a shape.

References

1838 questions
0
votes
1 answer

Select option from selection and show info of the selection in the table cells

I would like to have a page for applying online for a university and giving the user the option of choosing three main majors their interested in. For each selection they make (major selected) I would like to show information about department and…
y.y11
  • 1
  • 2
0
votes
2 answers

Coordinates out of bound in 8-connected boundary fill

I want to fill a polygon using 8-connected boundary fill. The code for 4-connected boundary fill works. However, when I add the four additional statements to test diagonal positions for 8-connected boundary fill, I get…
Saiyan
  • 197
  • 7
  • 22
0
votes
0 answers

Dynamic ComboBox Button Duplicating Data

I am experiencing a problem where I have a button to populates a FlowLayoutPanel. All works well, and the combobox is generated. However, there is a small bug in the data populating of the combobox. I have a Binding source set up from my database…
user3811284
  • 123
  • 2
  • 7
0
votes
0 answers

Updating nonsequential records based on similar records in the same table in Access

I'm looking for help on how to approach a problem, rather than a code solution. I'm a military pediatrician trying to make an Access desktop DB/application that would make it easy to identify patients who have special needs, but are not enrolled in…
0
votes
3 answers

Excel - Fill rows with certain step

I am really finding this weirdly hard to explain but I want to perform a rows automatic fill operation in excel and I am having this problem. I have these rows: 1 = A1 2 = D1 3 = G1 4 = J1 5 = M1 6 = O1 I want to repeat this sequence so that 7 =…
0
votes
1 answer

multiple matlab contour plots with one level

I have a number of 2d probability mass functions from 2 categories. I am trying to plot the contours to visualise them (for example at their half height, but doesn't really matter). I don't want to use contourf to plot directly because I want to…
Ben Vincent
  • 361
  • 1
  • 2
  • 11
0
votes
1 answer

Non-contiguous areas in an SVG path are not filling discretely

I have the following SVG path string: var pathStepBack = "m 12 20 l 10 -8 l 0 16 Z m 12 -8 l 5 0 l 0 16 l -5 0 Z"; It has two non-contiguous areas like a step back VCR button. When it renders in Firefox it looks like this: So, the gap…
Tyler Durden
  • 11,156
  • 9
  • 64
  • 126
0
votes
1 answer

Matching SVG fill pattern with repeated background image on containing element?

I am trying to create some ornate page dividers using SVGs with a fill pattern using the same image as the containing element's background image but I am having difficulty getting the SVG pattern to match the repeated background image of the…
user13286
  • 3,027
  • 9
  • 45
  • 100
0
votes
1 answer

Fill Observations that Correspond to a Reference Vector in R

I have two vectors that one (v.num) corresponds to one variable in df and the other one (v.type) is a vector that I want to fill into the df with the corresponding vector. v.num<-c(5, 6, 7, 8, 9, 10, 11) v.type<-c(1, 3, 5, 2, 2, 4, 1) The df…
user3077008
  • 837
  • 4
  • 13
  • 24
0
votes
1 answer

Dynamically change ellipse fill from c#

I have a template of an elliptical button in my "ButtonStyles.xaml" resource dictionary. This is part of the code: