Hi group, I asked this before and Kevin Lindsey replied (thank you mucho!). But I wanted to show what I have learned from a painful class project (the students...
28084
Tobias Reif
tobiasreif@...
Mar 31, 2003 9:14 pm
Hi Andrew ... It should be valid against the SVGB 1.1 DTD, but that doesn't catch everything ... ... I see :) ... But when the user zooms out, the rect will be...
28085
reto00dz
Mar 31, 2003 9:22 pm
Why do I get a error when I open my posted Example, when I donwload it works? http://groups.yahoo.com/group/svg-developers/files/SVG% ...
28086
jing_feng1977
Mar 31, 2003 9:39 pm
hi Jim and everyone: Thanks for your help and here is the function I use to load a svg template file from a file browser (URL): /* Loads and SVG document from...
28087
Chris Lilley
nantonos2001
Mar 31, 2003 9:50 pm
On Monday, March 31, 2003, 10:54:14 PM, Andrew wrote: AE> The SVGB spec places limits on data types due to the fixed point AE> implementations needed to...
28088
Chris Lilley
nantonos2001
Mar 31, 2003 9:52 pm
On Monday, March 31, 2003, 11:14:11 PM, Tobias wrote: TR> But when the user zooms out, the rect will be smaller as the SVG TR> (viewport), thus it would stop...
28089
Tobias Reif
tobiasreif@...
Mar 31, 2003 10:01 pm
... Sounds sensible. Perhaps some stuff in addition though: text flow areas, grid cells (if there will be any), perhaps more? Not sure yet. ... I'd choose the...
28090
larry_mason@...
lpmlabs9
Mar 31, 2003 10:02 pm
If you are in control over the SVG content, I think it would be much better for the SVG's onload handler to call a function to continue the processing. In...
28091
syraq
Mar 31, 2003 10:22 pm
... project ... http://www.kokomo.tech.purdue.edu/cgt/courses/cgt216/AnimatedGames/aii ... Hello When you animate a motion, the origin of the animated object...
28092
wesleytperkins
Mar 31, 2003 10:31 pm
There have been a number of comments in this group about the Flash SWF format being a "published standard" or "publicly available" or such. Is this really...
28093
sara_kubik
Mar 31, 2003 10:36 pm
Hey there Roger! Thanks for the response and I understand what you are explaining theoretically, but I'm now unclear as to what exactly I have to delete.. If...
28094
Chris Lilley
nantonos2001
Mar 31, 2003 10:37 pm
On Tuesday, April 1, 2003, 12:01:31 AM, Tobias wrote: ... TR> Sounds sensible. Perhaps some stuff in addition though: text flow areas, TR> grid cells (if there...
28095
Chris Lilley
nantonos2001
Mar 31, 2003 10:42 pm
On Tuesday, April 1, 2003, 12:31:23 AM, wesleytperkins wrote: w> http://www.macromedia.com/software/flash/open/licensing/fileformat/lic w> ense2.html w> it...
28096
Tobias Reif
tobiasreif@...
Mar 31, 2003 10:52 pm
... I'm not sure if I meant rectangles. What would rect {background-color: blue} mean? ... If you mean that CSS files can be used to style both SVG and XHTML...
28097
domenico_strazzullo
domenico_str...
Mar 31, 2003 10:56 pm
Hi Sara, As a quick fix you can apply a translation with negative values taken from the pen down (M) in the object's path: d="M528.9,208.3 ..." This gives: ...
28098
jing_feng1977
Mar 31, 2003 11:03 pm
Thanks man: I think this is not gonna work, does somebody know about the ASV has the onreadystatechange event? Coz Jim said that it maybe better to use the...
28099
sara_kubik
Mar 31, 2003 11:22 pm
Yeah!!!! Nico you are incredible! I got it! Thanks- S I'll give credit to you and Roger on the class page! ... ...
28100
syraq
Mar 31, 2003 11:23 pm
... Yes. You can also add two help lines <line x1="-1000" y1="0" x2="1000" y2="0"/> <line x1="0" y1="-1000" x2="0" y2="1000"/> and draw your game piece around...
28101
bec_gorton
Apr 1, 2003 12:31 am
hi all. I'm trying to write the equivalent of an audio player in an svg page. I've managed to dynamically insert my audio node. I have my pretty little...
28102
jdowdell@...
jdowdell99999
Apr 1, 2003 1:07 am
... That's sorta correct. The SWF file format is documented and publicly available, but the source code for the Macromedia Flash Player is not. It's similar to...
28103
larry_mason@...
lpmlabs9
Apr 1, 2003 3:00 am
Not one to give upo yet ! How about using setTimeout to invoke a checking function on a more infrequent basis, say every 100ms. Still better than a tight...
28104
wesleytperkins
Apr 1, 2003 4:43 am
... want. ... Is this the official legal position of Macromedia, or just your opinion? If Macromedia is legally bound to this position, why not explicitly say...
28105
indruindru
Apr 1, 2003 5:30 am
Hi I build a paint program for a workflow. Anyway I don't know how to draw when I am in a zoom mode. I saw the is 2, 4, ... And I try something like: //init ...
28106
shishiraks
Apr 1, 2003 5:50 am
in a free economy there is a space for competing technologies to grow and flourish, imagine a world where we had only windows or just only linux well each of...
28107
gemy_c
Apr 1, 2003 6:38 am
... I think this make the rect transparent but not the SVG's background. I guess if opacity is applicable to the root element. The best is maybe the use of...
28108
shishiraks
Apr 1, 2003 6:45 am
mozilla is good and happening way to go shira ... just ... i ... The ... based ... if ... have ... since ... like ... and ... implemented ... like...
28109
andre m. winter
raxmapa
Apr 1, 2003 7:09 am
thanks for confirming this this means that there's no way to validate an html document with embeded svgs at http://validator.w3.org/ as <embed> is not part of...
28110
gemy_c
Apr 1, 2003 7:11 am
Hi shira, Of course we always miss tools. But we have to be careful not to develop too many: We have sodipodi but also sketch ( http://sketch.sourceforge.net )...
28111
Chris Lilley
nantonos2001
Apr 1, 2003 7:25 am
On Tuesday, April 1, 2003, 12:52:25 AM, Tobias wrote: ... TR> I'm not sure if I meant rectangles. Sorry, not rect elements, things that generate rectangular...
28112
Chris Lilley
nantonos2001
Apr 1, 2003 7:33 am
On Tuesday, April 1, 2003, 3:08:59 AM, jdowdell wrote: ... jmc> Sure, you can use the SWF file format to create a reader if you want. That seems directly...