Code Monkey home page Code Monkey logo

vectomatic's People

vectomatic's Issues

Cannot downloand sources codes


It seams, the svn repository http://vectomatic.googlecode.com/svn/trunk/ 
doesn't exist. Where can i download vectomatic example sources code ??

regards
Rafal D.

Original issue reported on code.google.com by [email protected] on 18 Aug 2010 at 8:18

ClassCastException with Safari

What steps will reproduce the problem?
1. create SVG filter element
2. watch it fail
3.

Creating a filter element (and possibly others) using OMSVGDocument, causes 
class cast exception in Safari 5 (MacOS 10.6.4), but not in Firefox, in both 
hosted mode and compiled version.

http://pastie.org/1013413
http://pastie.org/1013414

Original issue reported on code.google.com by [email protected] on 21 Jun 2010 at 11:16

MouseOverHandler and MouseOutHandler callbacks do not appear to be working at SVG root node

What steps will reproduce the problem?
I bound event handlers to the root node of the document (mapData.getSvg() 
returns the root OMSVGSVGElement) as follows:

this.mapData.getSvg().addClickHandler(new ClickHandler() {
            public void onClick(ClickEvent event) {
                Element element = DOM.eventGetTarget(Event.as(event.getNativeEvent()));
                GWT.log("Click");
            }
        });

        this.mapData.getSvg().addMouseOverHandler(new MouseOverHandler() {
            public void onMouseOver(MouseOverEvent event) {
                Element element = DOM.eventGetTarget(Event.as(event.getNativeEvent()));
                GWT.log("MouseOver");
            }
        });

        this.mapData.getSvg().addMouseOutHandler(new MouseOutHandler() {
            public void onMouseOut(MouseOutEvent event) {
                Element element = DOM.eventGetTarget(Event.as(event.getNativeEvent()));
                GWT.log("MouseOut");
            }
        });

What is the expected output? What do you see instead?

I expect to see "Click", "MouseOver", and "MouseOut" written to the GWT log as 
child nodes in the SVG document are clicked, moused over, and moused out.  
Instead, I only see "Click" events.  MouseOver and MouseOut event callbacks do 
not appear to be firing.


What version of the product are you using? On what operating system?
lib-gwt-svg 0.5.1
gwt 2.2.0
MacOS X 10.6.6
Firefox 4.0

Thanks so much for an awesome library and great support!

Sincerely,
John Bates

Original issue reported on code.google.com by [email protected] on 29 Mar 2011 at 6:49

viewBox is not good generate on French plateform

What steps will reproduce the problem?
1. Set viewBox with API with any values
2.
3.

What is the expected output? What do you see instead?
the tag svg is generated with these values :
<svg viewBox="0,0 0,0 1000,0 1000,0" .....

I have a french plateform. the character for comma is ',' dans the value 
insteed for the browser is '.'

I no longer use direct method for set view box, I use setProperty with the good 
values



What version of the product are you using? On what operating system?
lib 0.4.5
GWT 2.0.3
with linux chrome or firefox 3.5 and 3.6

Please provide any additional information below.


It works with 3.6 firefox version but doesn't work on 3.5

Original issue reported on code.google.com by [email protected] on 9 Jun 2010 at 7:21

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.