Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F948182
test_pattern.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
test_pattern.html
View Options
<
html
xmlns:v
=
"urn:schemas-microsoft-com:vml"
xmlns:o
=
"urn:schemas-microsoft-com:office:office"
>
<
head
>
<
title
>
Testing pattern
</
title
>
<
meta
http-equiv
=
"Content-Type"
content
=
"text/html; charset=utf-8"
/>
<
style
type
=
"text/css"
>
@
import
"../../../dojo/resources/dojo.css"
;
@
import
"../../../dijit/tests/css/dijitTests.css"
;
</
style
>
<!--
The next line should include Microsoft's Silverligth.js, if you plan to use the silverlight backend
<script type="text/javascript" src="Silverlight.js"></script>
-->
<
script
type
=
"text/javascript"
src
=
"../../../dojo/dojo.js"
djConfig
=
"isDebug: true"
></
script
>
<!--<script type="text/javascript" src="../matrix.js"></script>-->
<!--<script type="text/javascript" src="../vml.js"></script>-->
<!--<script type="text/javascript" src="../svg.js"></script>-->
<!--<script type="text/javascript" src="../silverlight.js"></script>-->
<!--<script type="text/javascript" src="../canvas.js"></script>-->
<
script
type
=
"text/javascript"
>
dojo
.
require
(
"dojox.gfx"
);
makeShapes
=
function
(){
var
pattern
=
{
type
:
"pattern"
,
x
:
0
,
y
:
0
,
width
:
333
,
height
:
80
,
src
:
"http://dojotoolkit.org/files/downloadButton.gif"
};
var
ellipse
=
{
cx
:
400
,
cy
:
200
,
rx
:
350
,
ry
:
150
};
var
surface
=
dojox
.
gfx
.
createSurface
(
"test"
,
800
,
600
);
surface
.
createEllipse
(
ellipse
)
.
setStroke
({
color
:
"blue"
,
width
:
1
})
.
setFill
(
pattern
);
};
dojo
.
addOnLoad
(
makeShapes
);
</
script
>
</
head
>
<
body
>
<
h1
>
dojox.gfx Pattern test
</
h1
>
<
div
id
=
"test"
></
div
>
<
p
>
That's all Folks!
</
p
>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Apr 26, 15:14 (3 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27091
Default Alt Text
test_pattern.html (1 KB)
Attached To
rZED Zed
Event Timeline
Log In to Comment