|
Waxed canvas versus standard canvas for bags I have been contemplating buying a Duluth Pack Wanderer for use on outdoor excursions and traveling with the kids, which requires my taking more stuff with me than my trusty Eddie Bauer day pack can handle....
Started by tocqueville on
, 12 posts
by 8 people.
Answer Snippets (Read the full thread at askandyaboutclothes):
A generous application of a silicone....
An 18oz dry canvas material can easily gain a third of it's weight once it's treated with wax.
The waxed canvas.
Friend
Jimmy I have bags made of both untreated cotton canvas and waxed canvas.
|
|
How can I automatically scale the HTML5 <canvas> element to fit the page?
For example, I can get a <div> to scale by setting height and width to 100%, but a <canvas> won't scale, will it?
Started by devyn on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The canvas to upscale your image data automatically (that's what James Black's answer talks about solid black; } </style> </head> <body> <canvas id="myCanvas">(Your browserIf your div completely filled....
|
|
How do I markup a page with an HTML5 canvas such that the canvas
1.) Takes up 80% of the width
2.) Has a corresponding pixel height and width which effectively define the ratio (and are proportionally maintained when the canvas is stretched to 80%)
3....
Answer Snippets (Read the full thread at stackoverflow):
CanvasHeight/2); ctx.fill() } </script> <body> <canvas id="a" style="background: black"> <Given that canvas is nothing without JavaScript, use JavaScript too for sizing and positionning = window.onresize = function....
|
Ask your Facebook Friends
|
I have 4 Exmoor Trim Inward Folding Seats and matching lap belts for sale. This is not the thin stock version but the newer version with thicker foam, higher back and more sculpted back. They are in black canvas with outlast (temperature regulating foam...
Started by Manimal on
, 14 posts
by 5 people.
Answer Snippets (Read the full thread at d-90):
This....
Definitely interested.
PM sent.
I paid around 2K (with shipping) about two years ago for these .
This is a good deal for someone.
Two interested parties but no takers yet.
Emails/PMs sent.
Licked if you'll separate.
I just need two with belts.
|
|
Hi Everyone,
I am currently trying to bind a collection of objects to a Canvas in Silverlight 3 using an ItemsControl as below:
<ItemsControl x:Name="ctrl" ItemsSource="{Binding myObjectsCollection}"> <ItemsControl.ItemsPanel> <ItemsPanelTemplate...
Started by Blounty on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
One workaround="Black" StrokeThickness="2" RadiusX="15" RadiusY="15" Height="25" Width="25"> <Rectangle.Margin>.
You are right, a ContentPresenter is inserted between the Canvas and the Rectangle.
|
|
New/Unused Swamp Rat RMD Black/Black Canvas Micarta
For sale is one new and unused Swamp Rat RMD with black blade/black canvas micarta. The knife has been sitting on a shelf since receipt and it needs to be released to run free in the wilderness!
This...
Started by jazub on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at bladeforums):
I just jumped the gun yesterday....
LOL NO really TODAY is....
I'll Take It ! Originally Posted by bullryder I'll Take It ! Another birthday present?? R.D.B Originally Posted by eternal10 Another birthday present??
HELL YEA ! Every Day is my Birthday ! ... .
|
|
I'd like to know if there is a way to dynamically modify/access the data contained in html images just as if they were an html5 canvas element. With canvas, you can in javascript access the raw pixel data with getImageData() and putImageData(), but I ...
Started by gmiernicki on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You could draw the image to a canvas element with drawImage() , and then get the pixel data from the canvas....
Pixels must be returned or modify the image.
Pixels outside the canvas must be returned as transparent black.
Space units.
|
|
Hello all,
In silverlight Canvas class (with Reflector) has very simple implementation: 3 attached dependency properties (Left, Top, ZIndex) and 2 ovverides of MeasureOverride and ArrangeOverride methods which do nothing special.
But if i use my implementation...
Started by Andir on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you'....
That's it- a Canvas can have an explicit location inside another FrameworkElement-derived container.
According that are relative to the area.
Canvas is nothing more than a Panel with Left and Top attached properties, as you said.
|
|
I currently have a canvas which contains a bunch of sqaures as its children. These sqaures sit on different lines. I would like to draw a background for the canvas which draws lines (like a notepad would have feint blue lines on the paper) I would like...
Started by Eli Perpinyal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Use a new class for your canvas:
internal class SpecialCanvas : Canvas="Lines" Type="{x:Type Line}"> <Line X1="0" X2="400" Y1="25" Y2="25" Stroke="Black" /> <Line X1="0" X2="400" Y1="25" Y2="25" Stroke....
Try this approach.
|
|
The following XAML is simply a Polygon on a Canvas that is scaled x2000. There is a trigger that changes the Fill color for the Polygon when the mouse is over it.
Why does the box change color when you hover your mouse above and to the left of the Polygon...
Started by Dylan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To set shape position on Canvas you should use Canvas.Left/Top attached properties, so your code.
<Canvas Background="Black" Height="600" Width="600"> <.
Hope this solves your problem.
And Canvas.Bottom.
|