World: r3wp
[SVG Renderer] SVG rendering in Draw AGG
older newer | first last |
Steeve 12-Oct-2009 [178] | Basically, you can load the draw block generated for the lizard here. it's handed by the variable PANE. http://sites.google.com/site/rebolish/test-1/lizard.r |
Maxim 12-Oct-2009 [179] | GREAT WORK Steeve :-) |
Steeve 12-Oct-2009 [180] | Added a litte animation. The bumping lizard !!!! http://sites.google.com/site/rebolish/test-1/lizard.r |
Maxim 12-Oct-2009 [181] | the difference in your render and SVG render is mainly the anti-aliasing, which is crisper in the svg renderer.... probably has a better algorythm setup than the one use by R3... this is probably manageable within AGG, but AFAIK there is no control for it within R3. |
Steeve 12-Oct-2009 [182] | Not the problem of the antialiasing, I just think i made a false translation of the command used in the shapes. They use a smouthing curve, me not i guess. I have to verify that. But Rebol can draw smoothing curves too, no problemo. |
Maxim 12-Oct-2009 [183x3] | if you draw the outlines twice, they should be a bit crisper... is that what you mean? |
there seems to be two spots missing on the left left... very faint, but missing or not visible at least. | |
also the anti-aliasing was a result of my browser which rescaled the image minus 5 pixels... so it has nothing to do with your render. | |
Steeve 12-Oct-2009 [186x2] | ok |
i only checked with google chrome, it was very similar | |
BrianH 12-Oct-2009 [188] | Sorry, got tired of the shouted group name/description :) |
Steeve 12-Oct-2009 [189] | i don't know which renderer chrome uses |
BrianH 12-Oct-2009 [190] | It's a good one. It looks identical to yours, though that may be server side in your example link. |
Maxim 12-Oct-2009 [191] | we should also note that this is in R3 :-) not everyone realizes this IMO. |
BrianH 12-Oct-2009 [192] | Seriously? Cool :) |
Steeve 12-Oct-2009 [193] | yes it's R3 |
BrianH 12-Oct-2009 [194] | Draw should be the same, afaik, which isn't that far. Have the parse improvements helped? |
Steeve 12-Oct-2009 [195x2] | not so much ;-) |
but the new grad-pen command of draw is awesome | |
BrianH 12-Oct-2009 [197] | Cool :) |
Maxim 12-Oct-2009 [198] | that was seriously missing in R2 draw.. happy its in R3 :-) |
Steeve 12-Oct-2009 [199] | By the way the DRAW function can't render that, it's crashing. |
BrianH 12-Oct-2009 [200] | The DRAW function is still there? I really need to pay more attention to the graphics stuff. |
Steeve 12-Oct-2009 [201] | i wonder why it's crashing. I thougth gobs was using the DRAW function in background, but seems not... |
BrianH 12-Oct-2009 [202] | They probably call the same code internally, but the draw function may be crashing in a non-shared portion of its code. |
Maxim 12-Oct-2009 [203] | to image works though? |
Steeve 12-Oct-2009 [204] | sometimes ;-) |
Maxim 12-Oct-2009 [205] | hehe |
BrianH 12-Oct-2009 [206x2] | I'd put a :( on that. |
I know we haven't been focussing on graphics or GUI bugs lately, but you should at least write the graphics bugs down somewhere. | |
Steeve 12-Oct-2009 [208] | You know it's a problem when you can't replicate the bug and focus clearly what the problem is. Carl put a spell on me because of that (in his last note) |
BrianH 12-Oct-2009 [209] | Heisenbugs are the worst :( |
Steeve 12-Oct-2009 [210x2] | There is another problem with draw in Gobs. When there is an error in the commands, nothing is showed but you don't know where it comes from. |
blank page, that''s what you got | |
Henrik 12-Oct-2009 [212] | it usually renders up until the error occurs |
Steeve 12-Oct-2009 [213] | that's not what i got. i got a blank screen when an error occurs. |
Maxim 12-Oct-2009 [214] | it depends on the error... its the same in R2. |
Steeve 12-Oct-2009 [215] | yep it depends... Brian"s heisenbugs are everywhere in draw |
Henrik 12-Oct-2009 [216] | well, it should do the same in R3. at least it did in earlier builds, but does PARSE have anything to do with that? |
Steeve 12-Oct-2009 [217] | why parse ? |
Maxim 12-Oct-2009 [218] | doesn't DRAW use the other fast dialect making parser? don't remember its name. |
Steeve 12-Oct-2009 [219] | delect |
Maxim 12-Oct-2009 [220x2] | yeah that its. |
meant... yeah that's it... | |
shadwolf 12-Oct-2009 [222x6] | wahoo ... lot to read .. T___T basically there is in Draw/AGG some limitations due to gradient system and matrix translation bugs i don't know if they have been solved since i pointed a them ... |
steeve is working on annimated splash screen logo animated in svg for the next version of viva-rebol :P | |
rebol even our splash screen are ass kickers ;P | |
i'm fighting with several e-commerce solution (free ware) for a client i want to die ... how can web 2.0 without rebol can be such a pain T___T Oscommerce, thelia, virtuemart, prestashop, magento, zencart, OSCC ... have cool back offcie cool functionnalité but when you don't want to fit to the header, menu, left_col, document, right_col, footer design you are face big troubles allmost all the engine in those product is to be remade.... | |
why clients wants those shits ???? because they read that apache + php + mysql + ajax/css was the top of art .... yurk ... | |
can't anyone shake that area and put rebol in it .... something like a rebol os-commerce all strong and mighty in 200Ko ... Ok you can go to 2Mo last limit... lol | |
older newer | first last |