EA SPORTS its in da game

started
2013-01-27 11:22:34

ended
2013-01-27 12:33:23

7 Entries

Main Screen
22286
Level 25 Mixist
cce
 
 
 
post #22286 :: 2013.01.27 11:18am
oh man
 
 
22287
Level 28 Renderist
Slimeball
 
 
 
post #22287 :: 2013.01.27 11:19am
  
  goluigi and Interrobang Pie liēkd this
Let's hope Firefox support for svg isn't b0rked this time ;(((
 
 
22288
Level 16 OHCist
Soiled Bargains
 
 
post #22288 :: 2013.01.27 11:21am
That's why there's Inkscape and GIMP to view them.
 
 
22289
Level 28 Renderist
Slimeball
 
 
 
post #22289 :: 2013.01.27 11:22am
But last OHC somebody posted this really nice online svg editor!!!!
 
 
22290
Level 29 Mixist
goluigi
 
 
 
post #22290 :: 2013.01.27 11:24am
  
  skinnyhead2000 liēkd this
http://www.w3schools.com/svg/default.asp here :)

if you are cool you will participate!
 
 
22291
Level 28 Renderist
Slimeball
 
 
 
post #22291 :: 2013.01.27 11:25am
Yeah, it's still broken in firefox. :(
 
 
22292
Level 24 Chipist
Interrobang Pie
 
 
 
post #22292 :: 2013.01.27 11:27am
Is this the editor you're talking about? http://www.w3schools.com/svg/svg_examples.asp
 
 
22293
Level 28 Renderist
Slimeball
 
 
 
post #22293 :: 2013.01.27 11:30am
Yeah, it seems to cut off an image if it's taller than 130 pixels.

For example, the rectangle in this example does not have a bottom for me:

http://www.w3schools.com/svg/tryit.asp?filename=trysvg_rect4
 
 
22294
Level 16 OHCist
Soiled Bargains
 
 
post #22294 :: 2013.01.27 11:33am
  
  Slimeball liēkd this
Oh yeah, the creation process DOES require something to view them in... eugh...

Perhaps a workflow could be made with an accurate rasterizer such as Batik (which was the best external tool last time I checked).
 
 
22295
Level 10 Pixelist
Mush
 
 
post #22295 :: 2013.01.27 11:35am
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
STUFF GOES HERE
</svg>
 
 
22298
Level 14 Pixelist
Tuxxy Brown
 
 
post #22298 :: 2013.01.27 11:39am
  
  goluigi, Slimeball and Soiled Bargains liēkd this
goddammit these coded svgs never work in chrome
 
 
22309
Level 28 Chipist
null1024
 
 
 
post #22309 :: 2013.01.27 12:29pm
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg width="256px" height="256px" viewbox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">

"0 0 256 256" is x y width height for the viewbox

doing these things will make your SVG work anywhere
 
 
22311
Level 29 Mixist
goluigi
 
 
 
post #22311 :: 2013.01.27 12:30pm
  
  cce and Interrobang Pie liēkd this
lesson learned: don't use the tryit editor because it isn't ACCURATE
 
 

LOGIN or REGISTER to add your own comments!