Points of Required Attention™
Please chime in on a proposed restructuring of the ROM hacking sections.
Views: 88,497,423
Main | FAQ | Uploader | IRC chat | Radio | Memberlist | Active users | Latest posts | Calendar | Stats | Online users | Search 04-28-24 07:49 PM
Guest: Register | Login

0 users currently in General Chat | 2 guests

Main - General Chat - And another shiny new feature... New thread | New reply

Pages: 1 2 3

blackhole89
Posted on 08-15-07 03:53 AM (rev. 2 of 08-15-07 03:54 AM) Link | Quote | ID: 62524


The Guardian
Moloch whose eyes are a thousand blind windows!
Level: 124

Posts: 452/4196
EXP: 21537009
Next: 299592

Since: 02-19-07
From: Ithaca, NY, US

Last post: 473 days
Last view: 86 days



After a bit of conversation in LT, I decided to code up a not present in Acmlmboards feature... particularly, you can now embed XML-described vector graphics in the SVG format directly into your posts using the [svg] tag. The format for it is as follows:
[svg width height]
<some SVG commands here, minus the header and footer>
[/svg]
For a reference of what you can do, ask your local google.

As for the compatibility, it works in Firefox, but IE6 lacks a plugin to view it... not sure about other browsers. Either way, I don't see why this might not come in handy the one or other way.

For an example of its usage,

To illustrate what I did there, the same thing with a code tag wrapped around it:
[svg 200 100]
<text
style="font-size:10px;text-anchor:start;color:#ffffff;fill:#10ff30;stroke:none;stroke-width:1;font-family:Lucida Console"
id="text34"
x="20"
y="20">
<tspan
id="tspan36">internet = series of tubes</tspan></text>
<circle cx="40" cy="50" r="15" style="stroke:#5070FF;stroke-width:2px;fill:none" />
<circle cx="60" cy="50" r="15" style="stroke:#5070FF;stroke-width:2px;fill:none" />
<circle cx="80" cy="50" r="15" style="stroke:#5070FF;stroke-width:2px;fill:none" />
<circle cx="100" cy="50" r="15" style="stroke:#5070FF;stroke-width:2px;fill:none" />
<circle cx="120" cy="50" r="15" style="stroke:#5070FF;stroke-width:2px;fill:none" />
<circle cx="140" cy="50" r="15" style="stroke:#5070FF;stroke-width:2px;fill:none" />
<text
style="font-size:14px;text-anchor:start;color:#ffffff;fill:#10ff30;stroke:none;stroke-width:1;font-family:MS Mincho"
id="text34"
x="20"
y="90">
<tspan
id="tspan36">月語です~!</tspan></text>
[/svg]

Beware though, apparently at least Firefox' SVG parser is much more strict about XML standards than the (X)HTML parser is, so parameters not enclosed in quotation marks, not properly closed tags etc. will inevitably yield parser errors.

On another probably relevant note, Inkscape can output SVGs if you are feeling lazy.

Regards.
blackhole89

____________________



GreyMaria
Posted on 08-15-07 04:15 AM (rev. 5 of 08-15-07 06:10 AM) Link | Quote | ID: 62530

>implying even the Japanese understand the Japanese
Level: 105

Posts: 202/2851
EXP: 11923114
Next: 339146

Since: 07-13-07

Last post: 4499 days
Last view: 4469 days


Hmm, let's see if I can figure out this damn animation process.

Nah, I think I'll make Mario. (SUCCESS)



____________________
we're currently experiencing some technical difficulties

max
Posted on 08-15-07 06:45 AM Link | Quote | ID: 62558


Paragoomba
Level: 21

Posts: 55/66
EXP: 42484
Next: 7459

Since: 02-19-07
From: swe

Last post: 5960 days
Last view: 5960 days

Kawa
Posted on 08-15-07 04:14 PM (rev. 2 of 08-15-07 06:06 PM) Link | Quote | ID: 62615


CHIKKN NI A BAAZZKIT!!!
80's Cheerilee is best pony
Level: 138

Posts: 605/5344
EXP: 30950715
Next: 712266

Since: 02-20-07
From: The Netherlands

Last post: 4500 days
Last view: 2636 days
It might be Adobe, it might be IE7... it might even be the combination of the two but...

...I can't see shit.

____________________
Wife make lunch - Shampoo
Opera - give it a spin
Spare some of your free time?
<GreyMaria> I walked around the Lake so many goddamn times that my sex drive was brutally murdered
Kawa rocks — byuu

TheGreatGuy
Posted on 08-15-07 06:04 PM (rev. 3 of 08-15-07 06:04 PM) Link | Quote | ID: 62639


Beezo
Level: 49

Posts: 464/480
EXP: 831639
Next: 52244

Since: 03-15-07

Last post: 5770 days
Last view: 5635 days
I'm going to say it's IE, since opening the thread in IE Tab -> blank picture boxes. The only problem with this I see is that the images are slow, they take longer to scroll than the rest of the page, and lag up the thread. And IE users can't see them, and that population does exist.

____________________
There are things I want to put here. Like a cool picture, my 8-bit theatre character test result, my MS and RO characters... But it's 12 AM, and I'm sleepy.

Kawa
Posted on 08-15-07 06:06 PM Link | Quote | ID: 62640


CHIKKN NI A BAAZZKIT!!!
80's Cheerilee is best pony
Level: 138

Posts: 607/5344
EXP: 30950715
Next: 712266

Since: 02-20-07
From: The Netherlands

Last post: 4500 days
Last view: 2636 days
Yeah, the funny thing is that I can see .svg files in IE when I open them.

____________________
Wife make lunch - Shampoo
Opera - give it a spin
Spare some of your free time?
<GreyMaria> I walked around the Lake so many goddamn times that my sex drive was brutally murdered
Kawa rocks — byuu

Cellar Dweller
Posted on 08-15-07 06:25 PM Link | Quote | ID: 62644


Snifit
Level: 39

Posts: 54/287
EXP: 385259
Next: 19512

Since: 02-19-07
From: Arkansas

Last post: 4054 days
Last view: 3221 days
The reason the they don't show up on IE is that this feature relies on data: URLs to embed the SVG code. IE doesn't support data: URLs, and they are limited to about 4K in Opera.

blackhole89
Posted on 08-15-07 06:29 PM (rev. 2 of 08-15-07 06:42 PM) Link | Quote | ID: 62647


The Guardian
Moloch whose eyes are a thousand blind windows!
Level: 124

Posts: 458/4196
EXP: 21537009
Next: 299592

Since: 02-19-07
From: Ithaca, NY, US

Last post: 473 days
Last view: 86 days



Hm... would switching to about: for IE make this work in it as well? (One of the IE users, please check...)

edit: also, have a


____________________



GreyMaria
Posted on 08-15-07 10:10 PM (rev. 2 of 08-15-07 10:33 PM) Link | Quote | ID: 62706

>implying even the Japanese understand the Japanese
Level: 105

Posts: 226/2851
EXP: 11923114
Next: 339146

Since: 07-13-07

Last post: 4499 days
Last view: 4469 days
so I'm going to try out this damned path feature.



Yay! Square spirals!

I declare this thread the official SVG testing thread.

____________________
we're currently experiencing some technical difficulties

Zem
Posted on 08-15-07 10:49 PM Link | Quote | ID: 62727


Panser
DOOM FOR VON DOOM
Level: 42

Posts: 101/343
EXP: 503243
Next: 18119

Since: 02-21-07

Last post: 5516 days
Last view: 5514 days
yo as long as you're putting in features can you put in an option to turn off layouts

____________________
 

Kheiz
Posted on 08-15-07 11:05 PM Link | Quote | ID: 62732


Red Goomba
Banned indefinitely; Xkeeper rereg
Level: 16

Posts: 8/38
EXP: 18311
Next: 1945

Since: 08-06-07

Last post: 6088 days
Last view: 6088 days
Posted by Zem
yo as long as you're putting in features can you put in an option to turn off layouts
that would require coding
something useful

blackhole89
Posted on 08-15-07 11:27 PM Link | Quote | ID: 62738


The Guardian
Moloch whose eyes are a thousand blind windows!
Level: 124

Posts: 461/4196
EXP: 21537009
Next: 299592

Since: 02-19-07
From: Ithaca, NY, US

Last post: 473 days
Last view: 86 days





Also, individual layout display control is for later.

____________________



GreyMaria
Posted on 08-15-07 11:28 PM (rev. 2 of 08-15-07 11:28 PM) Link | Quote | ID: 62739

>implying even the Japanese understand the Japanese
Level: 105

Posts: 234/2851
EXP: 11923114
Next: 339146

Since: 07-13-07

Last post: 4499 days
Last view: 4469 days
Posted by blackhole89


Also, individual layout display control is for later.


What in ze christbiscuit. That's cool.

____________________
we're currently experiencing some technical difficulties

Nicole
Posted on 08-15-07 11:32 PM Link | Quote | ID: 62740


Mole
Level: 43

Posts: 256/363
EXP: 547992
Next: 17054

Since: 02-19-07
From: Massachusetts/Virginia

Last post: 4352 days
Last view: 3330 days


____________________

blackhole89
Posted on 08-15-07 11:48 PM Link | Quote | ID: 62742


The Guardian
Moloch whose eyes are a thousand blind windows!
Level: 124

Posts: 462/4196
EXP: 21537009
Next: 299592

Since: 02-19-07
From: Ithaca, NY, US

Last post: 473 days
Last view: 86 days





____________________



roxahris
Posted on 08-15-07 11:49 PM Link | Quote | ID: 62743


Level: 52

Posts: 237/568
EXP: 1072632
Next: 11208

Since: 02-19-07
From: Here?

Last post: 3926 days
Last view: 3889 days
Posted by blackhole89


Also, individual layout display control is for later.

That doesn't show up in Desolation...

____________________
Love your lawn.

Nicole
Posted on 08-15-07 11:50 PM Link | Quote | ID: 62744


Mole
Level: 43

Posts: 257/363
EXP: 547992
Next: 17054

Since: 02-19-07
From: Massachusetts/Virginia

Last post: 4352 days
Last view: 3330 days
Posted by blackhole89
[svg 160 160]
<path id="text_path" d="M20 80 C20 50 50 20 80 20 C110 20 140 50 140 80 C140 110 110 140 80 140 C50 140 20 110 20 80" style="fill:none;stroke:none;" />
<text style="font-size:14px;font-family:Verdana;fill:white;stroke:none;text-anchor:start">
<textPath xlink:href="#text_path" spacing="auto">- so i herd u liek mudkips - so i herd u liek mudkips </textPath>
</text>
<image x="40" y="40" width="80" height="80" xlink:href="http://acmlm.no-ip.org/board/gfx/userpic.php?id=639" />
[/svg]

Hm, so if user 639 changed their avatar, the image in the picture would change?

____________________

Zem
Posted on 08-15-07 11:51 PM Link | Quote | ID: 62745


Panser
DOOM FOR VON DOOM
Level: 42

Posts: 102/343
EXP: 503243
Next: 18119

Since: 02-21-07

Last post: 5516 days
Last view: 5514 days
Posted by blackhole89


LOL. This is the best good sir. Posts like this are why I come to board2 for intelligent conversation, rather than that other board where they all try to act like 4chan.

____________________
 

blackhole89
Posted on 08-15-07 11:53 PM Link | Quote | ID: 62747


The Guardian
Moloch whose eyes are a thousand blind windows!
Level: 124

Posts: 463/4196
EXP: 21537009
Next: 299592

Since: 02-19-07
From: Ithaca, NY, US

Last post: 473 days
Last view: 86 days



Imajin: yes... I am lazy.

Zem: What did you expect, the Declaration of Independence as wavy text aligned around a portrait of Abraham Lincoln?

____________________



GreyMaria
Posted on 08-15-07 11:54 PM Link | Quote | ID: 62749

>implying even the Japanese understand the Japanese
Level: 105

Posts: 235/2851
EXP: 11923114
Next: 339146

Since: 07-13-07

Last post: 4499 days
Last view: 4469 days
Posted by Zem
Posted by blackhole89


LOL. This is the best good sir. Posts like this are why I come to board2 for intelligent conversation, rather than that other board where they all try to act like 4chan.

you better be talkin' bout ||board

____________________
we're currently experiencing some technical difficulties
Pages: 1 2 3


Main - General Chat - And another shiny new feature... New thread | New reply

Acmlmboard 2.1+4δ (2023-01-15)
© 2005-2023 Acmlm, blackhole89, Xkeeper et al.

Page rendered in 0.037 seconds. (332KB of memory used)
MySQL - queries: 72, rows: 100/101, time: 0.017 seconds.