SVG example

Hi
anyone has any example of html / irpt code how I could view the SVG object.
1. I have SVG dynamic object
2. I have a simple transaction for it
3. How do I see it in my webpage??
thanks.

Many thanks
I want to do it different way, I want to call the Runner service directly in the html. I have created the transaction and save the png file.
http://chsemsapd201:51000/XMII/Runner?Transaction=Demo_Graphic/test&Outputparameter=OutputImage&Content-type=image/png" name="test
1. The transaction is being called and the image was created but I do not see my image in the web. Does above
2. Does anyone know where in the help file I could find the usage of Runner ???? I search it but could not find it.
I also tried this way
1. Created a BLS to save new immage - succesfull (isee the file)
2. Created a Xcute for this BLS - succssfull
3. in HTML 
     <APPLET NAME="test" WIDTH="1" HEIGHT="1" CODE="iCommand" CODEBASE="/Illuminator/Classes" ARCHIVE="illum8.zip" MAYSCRIPT>
          <PARAM NAME="QueryTemplate" VALUE="Demo_Graphic/xcute">
     </APPLET>
     <img src="/XMII/CM/Demo_Graphic/test.png" >
4. I see the picture but it does not update the status. (it was old picture). But If I see the picture directly in Workbench it has the new value
any idea?
Edited by: Seng Kiang Hoe on Sep 24, 2010 11:03 AM

Similar Messages

  • XSQL SVG Example questions

    The SVG example provided with the XSQL servlet is excellent and illustrates at least 5 different (and very useful) techniques. Congrats to whoever came up with it.
    This one example shows SVG, named templates, use of xsl:variable, use of xsl_param, use of xsl:with-param, use of xsl:call-template and the apparent use of java classes from a jar file ala java server pages.
    The example also raises several questions:
    1. The example uses two namespace declarations I haven't seen before -
    xmlns:Color="http://www.oracle.com/XSL/Transform/java/java.awt.Color"
    and
    xmlns:Integer="http://www.oracle.com/XSL/Transform/java/java.lang.Integer"
    These appear to be allowing the use of Java classes in some jar file similar to the way Java server pages might do it.
    It this correct? Is this because these two classes were built-in to the XSQL servlet? What other classes can be used? All of them? From any jar file? Is more documentation available?
    2. What does the 'doctype=system="svg-19990812.dtd"' line do? There is no such DTD on my system but the demo works fine. There are references to DTDs with similar names in the FOP samples and in Adobe's samples but the name is slightly different.
    3. Why is the media-type image/svg? The SVG 1.0 spec dated 2 Nov 2000 in section 1.2 says the SVG mime type is "image/svg+xml".
    4. Why is there no namespace declaration for the svg tag or any of the svg related tags? Samples from other vendors seem to always have a declaration.
    Thanks again for a great piece of code.
    null

    Rick,
    You'll find a further-refined, and fully-explained version of the SVG example in Chapter 16 of Building Oracle XML Applications. This chapter covers the use of XSLT extension functions and illustrates how to use Java extension functions with the Oracle XSLT engine.
    [list=1]
    [*]The two namespaces you list are the way that the Oracle XSLT engine allows you to map extension functions in a namespace to methods of a Java class. This example illustrates using two different built-in classes of the JDK, java.awt.Color and java.lang.Integer. These are not specific to (or built-in in any way to the) XSQL processor or the XSLT engine, but are base classes in the JDK. You can use any Java extension functions in your XSLT stylesheets. The only requirement is that you (1) get the namespace correct to assign a namespace to the appropriate fully-qualified classname, and (2) make sure the classes you want to use are in the CLASSPATH.
    [*]The <xsl:output> attribute doctype-system provides a value to be used for the SYSTEM URI of the <!DOCTYPE in the transformed output. The particular value was required by the SVG draft at the time I built the demo. It must be handled by a special entity-resolver built into the SVG Viewer that you're using, which explains why not having on your system as a physical file doesn't stop the demo from working.
    [*]The media-type is image/svg instead of image/svg+xml because the SVG demo was built before the final draft of SVG went out. This value was apparently changed in one of the final drafts. It appears that the Adobe SVG viewer registers itself as the handler for both.
    [*]See http://www.w3.org/TR/SVG/struct.html#NewDocument. The spec appears to allow both unqualified use of <svg> as well as namespace-qualified <svg:svg> when SVG is embedded within another document.
    [list]

  • SVG Example Source - XSQL

    Anyone from Oracle that could post/provide the source to the XSQL demo at:
    http://209.246.1.89/xsql/demo/svg/svgdemo.html
    Very interested in the stylesheet being used.
    Thanks!
    - Rick
    null

    It's included in the demos that comes with the Oracle XSQL Pages publishing framework.
    Download the XDK for Java, version 8.1.7.1 production or 9.0.0.0.0 beta, and look in the ./xdk/demo/java/xsql/svg
    Chapter 16, "Extending XSQL and XSLT with Java", in my Building Oracle XML Applications book dissects and explains how to do a similar bar-chart example, but in a slightly more modular way than the original demo I wrote was coded.
    Steve Muench
    Lead Product Manager for BC4J and Lead XML Evangelist, Oracle Corp
    Author, Building Oracle XML Applications

  • How to add a link to an interactive svg using edge commons library

    Hi,
    I've been playing around with this wonderful Edge Commons interactive SVG tutorial
    My question is : How to add an external link "url" to an interactive svg using edge commons library ?
    Edge commons example file :
    http://edgedocks.com/market/interactive-svg-example-project-edge-commons
    Edge commons  video tutorial :
    http://www.youtube.com/watch?v=4UEB6gaLKuw
    I have adapted this tutorial to an interactive map, http://madudesign.com/works/france/ every thing is going fine until I couldn't figure out to link a particular url on each part of the region of the map.
    I managed to figure out how to change colors on the different parts of the map on mouse over and mouse out but I'm not quite comfortable with JavaScript since I don't use it every day...
    I have tryed to link to an url by passing it on the illustrator layer and via the onclick event (event.target.id) to a simple url
    http://redpen.io/6svh5u
    then working in Edge and publishing on the browser the link returns me a weird url line by replacing the original url slashes "//" by "_x2F_" and I must have misunderstood the proper JavaScript line to open that link from there...
    for example on my actual exemple "http://madudesign.com/works/france/"
    the first top region of France is normally a link to "http://www.google.com" and it returns "http:_x2F__x2F_www.google.com" plus the complete path to the file too...
    I don't know how to get around this trick and have back for each region a particular clean link from the event target id of the svg...
    thank-you for any help
    matt
    link to my edge animate file if needed :
    http://madudesign.com/works/france/carte_de_france.zip

    I got an answer from the Edge Commons dream team and I am very grateful to them :
    "The problem that you bumped into was that you hadn't included a valid URL so far. We weren't sure if you wanted to include them within the SVG file or if you wanted to implement the functionality within Edge Animate. We came up with a solution for the latter one, with a simple switch in the js code:
    You have to type in the appropriate URL of course for all the cases."
    I have to share the final result:
    http://www.madudesign.com/works/france/france_map/
    And the zipped project file:
    http://www.madudesign.com/works/france/france_map.zip
    Thanks to Daniel & Simon
    Matt

  • SVG in ADF

    Hi folks,
    I want to embed some interactive SVG graphics in my ADF application.
    So when a user clicks on an object in SVG I have somehow to propagate the event to the ADF/JSF domain to navigate the view objects.
    I read some papers from Frank regarding Applet/ADF interaction, tried to do something similar with SVG-didn't work yet.
    Anyone has experience with SVG?
    Thanks,
    Kresimir

    As an alternative you might consider using xsql:
    XSQL SVG Example questions
    SVG Example Source - XSQL
    in cooperation with ADF.
    NA
    http://nickaiva.blogspot.com

  • Transforming XML data into SVG line charts using XSLT

    Hi
    I am trying to transform revenue data from an XML file into an SVG line chart. The problem is that I am quite new to XPath and XSLT and whereas I can draw the grid for my chart I struggle drawing the lines using the data from the XML doc.
    The XML look something like the one below, and I would like to have one chart for each product and in each chart having the time on the x-axis and chart the revenue by regions.
    Any help on this is much appreciated.
    Thanks
    Peter
    <?xml version="1.0"?>
    <revenue>
    <caption>
    <heading>My title</heading>
    </caption>
    <date name="01/01/2003">
    <region name="Asia">
    <product_a>30</product_a>
    <product_b>12</product_b>
    <product_c>301</product_c>
    </region>
    </date>
    <date name="02/01/2003">
    <region name="Asia">
    <product_a>32</product_a>
    <product_b>12</product_b>
    <product_c>301</product_c>
    </region>
    <region name="America">
    <product_a>57</product_a>
    <product_b>31</product_b>
    <product_c>457</product_c>
    </region>
    </date>
    <date name="03/01/2003">
    <region name="Asia">
    <product_a>38</product_a>
    <product_b>12</product_b>
    <product_c>301</product_c>
    </region>
    <region name="America">
    <product_a>31</product_a>
    <product_b>9</product_b>
    <product_c>357</product_c>
    </region>
    </date>
    <date name="04/01/2003">
    <region name="Asia">
    <product_a>33</product_a>
    <product_b>12</product_b>
    <product_c>301</product_c>
    </region>
    <region name="America">
    <product_a>43</product_a>
    <product_b>16</product_b>
    <product_c>430</product_c>
    </region>
    </date>
    <date name="05/01/2003">
    <region name="Asia">
    <product_a>36</product_a>
    <product_b>12</product_b>
    <product_c>301</product_c>
    </region>
    <region name="America">
    <product_a>54</product_a>
    <product_b>1</product_b>
    <product_c>561</product_c>
    </region>
    </date>
    </revenue>

    You could try Jeni's XSLT utilities for SVG :
    http://www.jenitennison.com/xslt/utilities/svg-utils.html
    Specifically, the sample code provided, when a couple of SVG charts are being generated from XML data :
    http://www.jenitennison.com/xslt/utilities/svg-example.html
    Hope that helps.

  • Is the raw output from JSP and XSQLServlet the same?

    Hi
    Is there is difference between the raw output from XSQLServlet and JSP? For example, assuming the same content is being generated, is there some additional header information emitted by XSQLServlet that is not done by JSP?
    I am using software that successfully consumes generated content from a JSP OK, but the same content (using the same XML/XSL) generated from XSQLServlet is being rejected. I am puzzled by this. Maybe this is due to some differences in servlet output or an encoding issue? The content is not HTML but XML-like with an "application" contentType, like Steve's SVG example.
    It seems that XSQLServlet is showing some data prior to emitting the actual content, i.e. HTTP version, responding server version, content type and date, e.g.
    HTTP/1.0 200 OK^M
    Server: Resin/2.0.5^M
    Content-type: application/x-sky; charset=UTF-8^M
    Date: Thu, 28 Mar 2002 06:45:34 GMT^M
    ^M
    (then the generated content)
    Is this preamble usually generated by a JSP also?
    If not, can this information be turned off, or put another way, can XSQLServlet's raw output be set to be exactly like JSP? If not, is there a workaround?
    I have tried setting the following XSQLConfig.xml
    <suppress-mime-charset> for the mime-type &
    <character-set-conversion>
    <none/>
    </character-set-conversion>
    also, but to no avail.
    Please help! I really want to use XSQLServlet!
    Thanks.
    Michael.

    Yes, just less fine control over the process but the same engine.
    Regards
    TD

  • Barcode using flash - Denes, Pavel's examples use SVG, not flash

    Has anyone tried creating barcode using flash charts available in Apex ?
    I came across 2 examples, which are given below. These examples use SVG, but SVG is being retired by Adobe
    Denes Kubicek:
    Barcode ???
    Pavel MAREK:
    Re: Barcodes in HTMLDB - solved
    Ravi

    Ravi,
    I would be interested to see how you would utilize flash charts to generate barcodes in
    apex. Where does this idea come from?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Visual example of SVG bug in Muse

    I don't know if any Adobe staff members have seen the comments from me or others about a new bug regarding how Muse imports SVG graphics. I thought I'd provide a visual example of what is happening.
    In the example below I created a 500px wide by 100px tall layout within Illustrator CC containing some vector-based lettering.
    I saved the .AI file and then exported a .SVG file, in 1.1 format.
    When I place the exported SVG image within Muse I get the strange example below:
    A white line 4 pixels tall has been added to the bottom of the graphic. The SVG goes from its original 500px X 100px size to 500px X 104px. I added the blue box in the background so the white line would show.
    When previewed in Google Chrome the lettering looks like this:
    The strange white line visible in Muse is no longer visible.

    That video is informative, but that only tells users the various ways how SVG images can be placed into Muse layouts. I already know how to do that. The problem, which I illustrated above, has to do with how Muse displays SVG images once they are placed into a Muse layout. Muse adds a 4 pixel tall white line to the bottom of SVG images. The white line does not show up when previewing the layout withing a web browser like Google Chrome. But it does appear within layouts in Muse itself. Worse, the 4 pixels added create a headache when putting together some intricate designs.

  • Mapviewer svg jsp - example for enableFeatureSelect ?

    hi,
    can anybody give me a simple example for enableFeatureSelect/getSelectedIdList (or even for enablePolygonSelect to get some highway-id's)? in the demo mapinit.jsp with svg you can zoomin and recenter.
    i want to create a new radio button for clicking on the svg and not to zoomin or recenter, but for selecting and highlighting a county.
    how can i select a county so it changes its color and i can get the id for this county?
    greetings
    thomas

    There is a SVG Territory Manager Demo that comes with MapViewer that can be downloaded from OTN. It alows you to select a county on the map and it uses the enableFeatureSelect and getSelectedIdList functioins. If you have not downloaded the latest 10.1.2 mapviewer and the demo data, you can download it from here, http://www.oracle.com/technology/software/products/mapviewer/index.html.
    Basically you need to do the following things to make it work.
    1. In the XML base map definition, set "selectable_in_svg" attribute and onclick function for the theme on which you want feature selection to be enabled . Here is an example,
    <?xml version="1.0" standalone="yes"?>
    <map_definition>
    <theme name="STATES" min_scale="50.0" max_scale="4.0"/>
    <theme name="COUNTIES" min_scale="4.0" max_scale="0.0" min_dist="0.5" selectable_in_svg="true" onclick="selectCounty"/>
    <theme name="STATES_LINE" min_scale="4.0" max_scale="0.0"/>
    <theme name="HIGHWAYS" min_dist="1.0"/>
    <theme name="CITIES" min_scale="1.2" max_scale="0.0" />
    </map_definition>
    2. Define the onclick javascript function in your jsp/html page where the svg map is embedded. For example, if you have created a base map using the sample XML shown above, you should define a javacript function called "selectCounty" to handle the mouse click event when the feature is clicked. Inside this javascript function, you can call getSelectedIdList to get the id of the clicked feature.
    3. In your jsp/html page, call javascript function enableFeatureSelect to enable single feature selection.

  • SVG saved in Illustrator won't show up on Chrome and is blowing up on Safari

    Hello. First time here, so bear with me in case I'm doing something wrong.
    So, I have to create almost 500 maps for this wine store website. They want the maps to be SVG files, because their website is responsive, so SVG would be the format that goes along with every platform without losing quality.
    I was saving all the directly from Illustrator, but when I opened up those SVGs, the objects were completely out of the artboard. So I exported all the artboards in EPS format and used a batch action script to open each one and save as SVG.
    That seemed to work. But when I took the files for them to upload in their website using Magento, the images weren't showing in Chrome and were blown up in Safari, completely oversized in relation to the original artboard size. This all happened in iOS, if it's of any importance.
    Now, I don't understand nothing about coding or anything, so I was wondering if there's something I could do in Illustrator to prevent this from happening.
    Here's the entire code for one of the files as an example, in case anyone wanna take a look:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
    <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
    <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
    <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
    <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
    <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
    <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
    <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/">
    <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
    <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/">
    ]>
    <svg version="1.1" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
    xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-6910.8 -7404 215 165"
    enable-background="new -6910.8 -7404 215 165" xml:space="preserve">
    <metadata>
    <sfw xmlns="&ns_sfw;">
    <slices></slices>
    <sliceSourceBounds height="149.6" width="197.6" bottomLeftOrigin="true" x="-6904.6" y="8324.7"></sliceSourceBounds>
    </sfw>
    </metadata>
    <circle fill="#A5E32A" fill-opacity="0.2" cx="-6866.1" cy="-7283.2" r="38"/>
    <polygon fill="#FFFFFF" stroke="#A5E32A" stroke-width="0.5" points="-6891.1,-7281.1 -6889.5,-7281.1 -6887.2,-7282.8
    -6885,-7283.4 -6883.1,-7283.4 -6879.6,-7283.4 -6878.8,-7283.2 -6878,-7282.7 -6877.3,-7282.1 -6874.2,-7281.7 -6870.5,-7280.9
    -6870.2,-7280.4 -6869.6,-7279 -6869.6,-7278.1 -6869,-7277.8 -6867.3,-7276.1 -6866.6,-7275 -6866,-7272.1 -6865,-7270.7
    -6863.6,-7269.8 -6862.9,-7269.6 -6862.7,-7270.2 -6861.7,-7271.4 -6859.9,-7274 -6858.4,-7275.5 -6857.7,-7275.8 -6857.6,-7275
    -6857.7,-7274.5 -6857.9,-7273.5 -6858.2,-7272.2 -6858.3,-7271.5 -6859.1,-7271 -6859.8,-7270.9 -6860,-7270.2 -6860.6,-7269.4
    -6860.6,-7268.6 -6861.4,-7266.5 -6861.1,-7266 -6860.3,-7265.9 -6859.1,-7265.7 -6857.4,-7265.7 -6856.7,-7266.3 -6856.8,-7267.1
    -6857.7,-7268.1 -6858.3,-7268.3 -6858.6,-7268.8 -6859.2,-7269.1 -6858.4,-7269.2 -6857.4,-7269.4 -6856.5,-7269.9
    -6855.7,-7270.6 -6855.3,-7271.2 -6854.6,-7270.4 -6855,-7269.9 -6855.4,-7269.2 -6855.8,-7268.6 -6856,-7266.6 -6855.7,-7266.5
    -6854.6,-7266.7 -6853.9,-7267.1 -6853,-7265.7 -6852.4,-7265.1 -6851.6,-7264 -6851.3,-7263.3 -6851.6,-7261.9 -6851.4,-7261.4
    -6850.7,-7260.4 -6850.6,-7259.5 -6850.2,-7258.4 -6849.3,-7257.1 -6848.7,-7256.2 -6847.5,-7255.9 -6846.8,-7255.8
    -6846.8,-7306.3 -6891.2,-7306.5 "/>
    <g>
    <path fill="#A5E32A" d="M-6814.9-7277.7c-0.1-1-0.6-1.3-1.1-1.3c-0.7,0-1,0.4-1,1.2c0,2,4.2,3,4.2,6.2c0,2-1.3,3-3.2,3
    c-1.9,0-3-1.5-3.1-3.3l1.9-0.3c0.1,1.2,0.6,1.8,1.2,1.8c0.7,0,1.2-0.4,1.2-1.1c0-2.4-4.2-3-4.2-6.4c0-1.9,1.2-3,3.2-3
    c1.7,0,2.7,1.2,2.8,2.9L-6814.9-7277.7z"/>
    <path fill="#A5E32A" d="M-6811.3-7277.8c0-1.7,1-3,3.1-3s3.1,1.4,3.1,3v6.1c0,1.7-1,3-3.1,3s-3.1-1.4-3.1-3V-7277.8z
    M-6809.2-7271.7c0,0.9,0.3,1.3,1.1,1.3s1.1-0.4,1.1-1.3v-6c0-0.9-0.3-1.3-1.1-1.3s-1.1,0.4-1.1,1.3V-7271.7z"/>
    <path fill="#A5E32A" d="M-6803-7280.7h2v9c0,0.9,0.3,1.3,1.1,1.3c0.7,0,1.1-0.4,1.1-1.3v-9h2v8.9c0,2-1.2,3.2-3.1,3.2
    s-3.1-1.1-3.1-3.2V-7280.7z"/>
    <path fill="#A5E32A" d="M-6793.6-7278.9h-2v-1.8h6v1.8h-2v10.1h-2V-7278.9z"/>
    <path fill="#A5E32A" d="M-6788.4-7268.8v-11.9h2v4.8h2.2v-4.8h2v11.9h-2v-5.3h-2.2v5.3H-6788.4z"/>
    </g>
    <g>
    <path fill="#A5E32A" d="M-6818.5-7253h-2l2.2-11.9h2.5l2.2,11.9h-2l-0.4-2.6h-2.2L-6818.5-7253z M-6817.9-7257.4h1.6l-0.8-5.1h0
    L-6817.9-7257.4z"/>
    <path fill="#A5E32A" d="M-6812.4-7264.9h2v9c0,0.9,0.3,1.3,1.1,1.3c0.7,0,1.1-0.4,1.1-1.3v-9h2v8.9c0,2-1.2,3.2-3.1,3.2
    s-3.1-1.1-3.1-3.2V-7264.9z"/>
    <path fill="#A5E32A" d="M-6800.4-7262c-0.1-1-0.6-1.3-1.1-1.3c-0.7,0-1,0.4-1,1.2c0,2,4.2,3,4.2,6.2c0,2-1.3,3-3.2,3
    c-1.9,0-3-1.5-3.1-3.3l1.9-0.3c0.1,1.2,0.6,1.8,1.2,1.8c0.7,0,1.2-0.4,1.2-1.1c0-2.4-4.2-3-4.2-6.4c0-1.9,1.2-3,3.2-3
    c1.7,0,2.7,1.2,2.8,2.9L-6800.4-7262z"/>
    <path fill="#A5E32A" d="M-6795.6-7263.1h-2v-1.8h6v1.8h-2v10.1h-2V-7263.1z"/>
    <path fill="#A5E32A" d="M-6788.4-7253h-2v-11.9h2.9c2.3,0,3.5,1,3.5,3.5c0,1.9-0.7,2.7-1.4,3l1.7,5.4h-2.1l-1.5-4.9
    c-0.3,0-0.7,0-1.1,0V-7253z M-6788.4-7259.6h0.7c1.1,0,1.5-0.4,1.5-1.8c0-1.4-0.4-1.8-1.5-1.8h-0.7V-7259.6z"/>
    <path fill="#A5E32A" d="M-6781-7253h-2l2.2-11.9h2.5l2.2,11.9h-2l-0.4-2.6h-2.2L-6781-7253z M-6780.3-7257.4h1.6l-0.8-5.1h0
    L-6780.3-7257.4z"/>
    <path fill="#A5E32A" d="M-6774.9-7253v-11.9h2v10.1h3.2v1.8H-6774.9z"/>
    <path fill="#A5E32A" d="M-6768.2-7253v-11.9h2v11.9H-6768.2z"/>
    <path fill="#A5E32A" d="M-6762.7-7253h-2l2.2-11.9h2.5l2.2,11.9h-2l-0.4-2.6h-2.2L-6762.7-7253z M-6762-7257.4h1.6l-0.8-5.1h0
    L-6762-7257.4z"/>
    </g>
    <path fill="#A5E32A" d="M-6812.6-7361.3l2.4-0.2l0.8-1l1.3-1.5l0.9-2.4l0.8-1.6l-0.4-1.1l0.5-2.3l2.4-2.1l1.6,2.3l0.5-0.5l-0.1-0.8
    l-0.6-1.4l0.5-0.6l0.6-0.4l1.1,0.4h0.8l0.7-0.9v-0.9l0.4-1.4l1.1-2l2.6-2.4l0.8-0.5h1h0.5l0.5-0.1l0.5-0.9l0.6-0.1l0.9,0.4l0.9,0.6
    l0.5,0.6l0.6,0.5l0.5,0.8l0.5,0.4l0.9,0.6h0.9l0.9-0.3l1.1-0.6l0.3-1.6l1-1.6l1.3-2l0.1-1.4l1.1-1.1l1.4-0.3l1.6-0.4l1.5-0.5
    l1.9-0.8l-0.4-0.6l-1-0.1l-0.6-0.6l-0.4-0.6l0.3-0.5l0.7-0.3h0.8l0.6,0.4l2.3,1l1.8,0.4l1.7,0.5l1.1,1.1l0.6-0.4l0.9,0.1l1.4,1
    l0.4-1.5l0.5-0.6l1-0.5l1.3-0.4l1-0.6l0.7-1l0.8,0.8l-0.4,0.8l-0.8,0.5l-0.4,0.5v0.8l0.7,0.3l0.9,0.6l0.4,0.5v0.9l-1.3,1.9l-0.9,1
    h-1.8l0.8,1.1l-0.3,1.1l-1.5,2.4l7.5,4.5l3.4,1.8l1.9,2.1l2.4,1.3l1.5-1.3l1.5-1.5l0.2-1.3l0.6-1.1l0.2-2l0.1-2.9l-0.4-2.5l0.6-1.8
    l-0.3-0.6l1-1.4l-0.1-1.4l1.6-2.4l0.1-2.1l1.5-1.2l3.4,9.1l-0.4,1.5l0.4,1.2l1.1,0.8l1,0.4l1,0.2l0.6,0.5l0.9,0.4l0.5,0.3l0.9,1.4
    l-0.4,1.9l0.2,2.5l1.6,2.4l1,1l-0.5,1.6l-0.6,1.3l0.9,1.4l1,1.6l3.4,2.8l1.1,0.9l0.4,0.5l1.1,0.1l0.7,1.1l-0.4,1.1l0.9,2l0.5,1
    l0.3,3l0.5,0.3l1.3-1l0.5,0.9h1.5l-0.3,2.6l0.8,1l1.3,1.4l1.6,1.6l0.6,1.4l0.6,1.6l0.6,0.7l1.4-2.3l0.6,1.6l-0.6,1.8l-0.4,1.4
    l0.1,1.4v1.9l0.1,1.4l-0.3,1.1l0.3,1.9l0.1,1.9l-0.9,1.4l-0.7,0.5l0.1,2l-0.4,0.9l-1.4,3l-1.9,3.4l-0.3,1.4l-0.9,0.5l-2.1,1.6
    l-1.6,2l-1,1.8l-1.4,2.4l-1.6,3l-0.8,0.8l-0.6,0.4l-0.4,3.1l-0.8,1l-0.5,0.6l-1.1,0.3l-3.1-0.1l-1.8,0.5l-0.5,0.5l-1.2,0.4l-0.6,0.4
    l-0.6,1.2l-0.5,1.1l-1.8-1.5l-1.3-1.1l-0.9-0.4h-1l-1.5,0.5l-3.1-0.8l-1.9-0.4l-0.8-0.5l-1.1-0.1l-2-0.3l-0.4-0.6l-0.8-1.9l-0.4-1.2
    l-0.6-0.8l0.2-1l-0.1-0.9l-0.8-1.1l-1-1.4l-0.6-0.5l-1.4,0.5l0.6-2l0.3-0.8c0,0,0.5-0.6,0.1-0.8c-0.4-0.1-1-0.4-1-0.4l-1.1,0.9
    l-0.5,0.7l-0.5,0.3l1,0.8l0.5,1.4l-0.4,0.5h-1h-1.6l-0.9-0.6l0.5-0.9l0.6-0.5l-0.5-0.5v-0.5l0.1-0.6l1.1,0.1l0.8-1l0.1-2l0.6-1.5
    l-0.6-0.6l-1.3,1l-0.9,1.1l-1,1.3l-1.4,2.1l-1-0.8l-0.8-0.8l-0.9-2.6l-0.8-1.6l-2.1-1.4l-0.4-1.5l-1.7-0.9l-1.9-0.4l-1.3-0.1l-1-0.8
    l-1.5-1l-2.1,0.1h-2.4l-1.5,0.2l-1.3,0.5l-0.9,0.6l-0.6,0.9h-2.4l-1.1,0.1l-2.5,0.6l-1.3,0.6l-1.6,0.6l-1.6,1l-0.9,1.1l-1.5,1.6
    l-1,1.8l-6.1,0.9l-2.5,0.1l-1.6,0.1l-1.3,0.9l-2.1,2.3l-1.1,0.9l-2.1,0.3l-1.6,1l-1.1-0.2l-0.4-0.5l-0.6,0.6l-0.6-1.1l-1-0.6
    l-1.4-0.8l-0.8-1.3v-0.9l0.8-0.5l0.8-1.9l0.2-2.4l-0.6-2l-0.3-0.9l-1.6-1.5l-0.6-2l-1.3-2.6l-0.5-1.8l-0.5-1.9l-1.1-1.5l-1.1-0.5
    l-0.5-1.7l-1.4-1.9l-2-2.1l-0.8-1l0.5-0.6l0.6,1l0.6-1l1.3,0.6l0.5-0.4l-1.8-2.5l-0.5-1.1l-0.5-0.9v-1l0.4-1.5v-1.3l-0.3-2.3
    l0.3-1.5l0.5-1.3l0.7,1l0.9-0.7l2.1-1.6l1.4-1.5l1.3-1.3l1.4-1.3l1.1-0.5l0.8,0.4l1.1,0.2l3.3-2.1l2.5-1.9L-6812.6-7361.3z"/>
    <polygon fill="#A5E32A" points="-6780.8,-7393.4 -6778.3,-7391.5 -6777.7,-7392 -6777,-7392.7 -6777.2,-7393.5 -6779,-7393.9 "/>
    <polygon fill="#A5E32A" points="-6781.3,-7392.6 -6781.8,-7391.7 -6781.1,-7391.6 -6780.3,-7390.6 -6780.1,-7391.9 "/>
    <polygon fill="#A6CE39" stroke="#A6CE39" stroke-width="0.1973" points="-6738.7,-7291.9 -6735.5,-7290.1 -6733.9,-7290.1
    -6730.8,-7290.4 -6729.8,-7290.9 -6729,-7288.1 -6729.8,-7287 -6730.8,-7285.5 -6731,-7284.4 -6731.7,-7282 -6732.4,-7282.6
    -6733.2,-7282.4 -6734.5,-7281.5 -6735.4,-7281.2 -6736.8,-7282.7 -6738.4,-7285.6 -6738.9,-7288 "/>
    <path fill="#A5E32A" d="M-6812.6-7361.3l2.4-0.2l0.8-1l1.3-1.5l0.9-2.4l0.8-1.6l-0.4-1.1l0.5-2.3l2.4-2.1l1.6,2.3l0.5-0.5l-0.1-0.8
    l-0.6-1.4l0.5-0.6l0.6-0.4l1.1,0.4h0.8l0.7-0.9v-0.9l0.4-1.4l1.1-2l2.6-2.4l0.8-0.5h1h0.5l0.5-0.1l0.5-0.9l0.6-0.1l0.9,0.4l0.9,0.6
    l0.5,0.6l0.6,0.5l0.5,0.8l0.5,0.4l0.9,0.6h0.9l0.9-0.3l1.1-0.6l0.3-1.6l1-1.6l1.3-2l0.1-1.4l1.1-1.1l1.4-0.3l1.6-0.4l1.5-0.5
    l1.9-0.8l-0.4-0.6l-1-0.1l-0.6-0.6l-0.4-0.6l0.3-0.5l0.7-0.3h0.8l0.6,0.4l2.3,1l1.8,0.4l1.7,0.5l1.1,1.1l0.6-0.4l0.9,0.1l1.4,1
    l0.4-1.5l0.5-0.6l1-0.5l1.3-0.4l1-0.6l0.7-1l0.8,0.8l-0.4,0.8l-0.8,0.5l-0.4,0.5v0.8l0.7,0.3l0.9,0.6l0.4,0.5v0.9l-1.3,1.9l-0.9,1
    h-1.8l0.8,1.1l-0.3,1.1l-1.5,2.4l7.5,4.5l3.4,1.8l1.9,2.1l2.4,1.3l1.5-1.3l1.5-1.5l0.2-1.3l0.6-1.1l0.2-2l0.1-2.9l-0.4-2.5l0.6-1.8
    l-0.3-0.6l1-1.4l-0.1-1.4l1.6-2.4l0.1-2.1l1.5-1.2l3.4,9.1l-0.4,1.5l0.4,1.2l1.1,0.8l1,0.4l1,0.2l0.6,0.5l0.9,0.4l0.5,0.3l0.9,1.4
    l-0.4,1.9l0.2,2.5l1.6,2.4l1,1l-0.5,1.6l-0.6,1.3l0.9,1.4l1,1.6l3.4,2.8l1.1,0.9l0.4,0.5l1.1,0.1l0.7,1.1l-0.4,1.1l0.9,2l0.5,1
    l0.3,3l0.5,0.3l1.3-1l0.5,0.9h1.5l-0.3,2.6l0.8,1l1.3,1.4l1.6,1.6l0.6,1.4l0.6,1.6l0.6,0.7l1.4-2.3l0.6,1.6l-0.6,1.8l-0.4,1.4
    l0.1,1.4v1.9l0.1,1.4l-0.3,1.1l0.3,1.9l0.1,1.9l-0.9,1.4l-0.7,0.5l0.1,2l-0.4,0.9l-1.4,3l-1.9,3.4l-0.3,1.4l-0.9,0.5l-2.1,1.6
    l-1.6,2l-1,1.8l-1.4,2.4l-1.6,3l-0.8,0.8l-0.6,0.4l-0.4,3.1l-0.8,1l-0.5,0.6l-1.1,0.3l-3.1-0.1l-1.8,0.5l-0.5,0.5l-1.2,0.4l-0.6,0.4
    l-0.6,1.2l-0.5,1.1l-1.8-1.5l-1.3-1.1l-0.9-0.4h-1l-1.5,0.5l-3.1-0.8l-1.9-0.4l-0.8-0.5l-1.1-0.1l-2-0.3l-0.4-0.6l-0.8-1.9l-0.4-1.2
    l-0.6-0.8l0.2-1l-0.1-0.9l-0.8-1.1l-1-1.4l-0.6-0.5l-1.4,0.5l0.6-2l0.3-0.8c0,0,0.5-0.6,0.1-0.8c-0.4-0.1-1-0.4-1-0.4l-1.1,0.9
    l-0.5,0.7l-0.5,0.3l1,0.8l0.5,1.4l-0.4,0.5h-1h-1.6l-0.9-0.6l0.5-0.9l0.6-0.5l-0.5-0.5v-0.5l0.1-0.6l1.1,0.1l0.8-1l0.1-2l0.6-1.5
    l-0.6-0.6l-1.3,1l-0.9,1.1l-1,1.3l-1.4,2.1l-1-0.8l-0.8-0.8l-0.9-2.6l-0.8-1.6l-2.1-1.4l-0.4-1.5l-1.7-0.9l-1.9-0.4l-1.3-0.1l-1-0.8
    l-1.5-1l-2.1,0.1h-2.4l-1.5,0.2l-1.3,0.5l-0.9,0.6l-0.6,0.9h-2.4l-1.1,0.1l-2.5,0.6l-1.3,0.6l-1.6,0.6l-1.6,1l-0.9,1.1l-1.5,1.6
    l-1,1.8l-6.1,0.9l-2.5,0.1l-1.6,0.1l-1.3,0.9l-2.1,2.3l-1.1,0.9l-2.1,0.3l-1.6,1l-1.1-0.2l-0.4-0.5l-0.6,0.6l-0.6-1.1l-1-0.6
    l-1.4-0.8l-0.8-1.3v-0.9l0.8-0.5l0.8-1.9l0.2-2.4l-0.6-2l-0.3-0.9l-1.6-1.5l-0.6-2l-1.3-2.6l-0.5-1.8l-0.5-1.9l-1.1-1.5l-1.1-0.5
    l-0.5-1.7l-1.4-1.9l-2-2.1l-0.8-1l0.5-0.6l0.6,1l0.6-1l1.3,0.6l0.5-0.4l-1.8-2.5l-0.5-1.1l-0.5-0.9v-1l0.4-1.5v-1.3l-0.3-2.3
    l0.3-1.5l0.5-1.3l0.7,1l0.9-0.7l2.1-1.6l1.4-1.5l1.3-1.3l1.4-1.3l1.1-0.5l0.8,0.4l1.1,0.2l3.3-2.1l2.5-1.9L-6812.6-7361.3z"/>
    <polygon fill="#A5E32A" points="-6780.8,-7393.4 -6778.3,-7391.5 -6777.7,-7392 -6777,-7392.7 -6777.2,-7393.5 -6779,-7393.9 "/>
    <polygon fill="#A5E32A" points="-6781.3,-7392.6 -6781.8,-7391.7 -6781.1,-7391.6 -6780.3,-7390.6 -6780.1,-7391.9 "/>
    <polygon fill="#A5E32A" points="-6738.7,-7291.9 -6735.5,-7290.1 -6733.9,-7290.1 -6730.8,-7290.4 -6729.8,-7290.9 -6729,-7288.1
    -6729.8,-7287 -6730.8,-7285.5 -6731,-7284.4 -6731.7,-7282 -6732.4,-7282.6 -6733.2,-7282.4 -6734.5,-7281.5 -6735.4,-7281.2
    -6736.8,-7282.7 -6738.4,-7285.6 -6738.9,-7288 "/>
    <path fill="#A5E32A" fill-opacity="0.2" d="M-6734.8-7323.3c0,16.6-13.5,30.1-30.1,30.1c-16.6,0-30.1-13.5-30.1-30.1
    c0-16.6,13.5-30.1,30.1-30.1C-6748.3-7353.4-6734.8-7339.9-6734.8-7323.3z"/>
    <g>
    <path fill="#FFFFFF" d="M-6798.2-7355.1h-2.1l2.4-12.8h2.7l2.4,12.8h-2.1l-0.4-2.8h-2.4L-6798.2-7355.1z M-6797.5-7359.8h1.8
    l-0.9-5.5h0L-6797.5-7359.8z"/>
    <path fill="#FFFFFF" d="M-6791.6-7367.9h2.2v9.7c0,0.9,0.4,1.4,1.2,1.4c0.8,0,1.2-0.5,1.2-1.4v-9.7h2.2v9.6c0,2.2-1.3,3.4-3.4,3.4
    s-3.4-1.2-3.4-3.4V-7367.9z"/>
    <path fill="#FFFFFF" d="M-6778.7-7364.7c-0.1-1.1-0.7-1.4-1.2-1.4c-0.7,0-1.1,0.5-1.1,1.3c0,2.2,4.5,3.2,4.5,6.7
    c0,2.1-1.4,3.3-3.5,3.3c-2,0-3.2-1.6-3.3-3.6l2.1-0.3c0.1,1.3,0.6,1.9,1.3,1.9c0.8,0,1.3-0.4,1.3-1.2c0-2.5-4.5-3.2-4.5-6.9
    c0-2,1.2-3.2,3.4-3.2c1.8,0,2.9,1.3,3.1,3.1L-6778.7-7364.7z"/>
    <path fill="#FFFFFF" d="M-6773.6-7366h-2.1v-1.9h6.5v1.9h-2.1v10.9h-2.2V-7366z"/>
    <path fill="#FFFFFF" d="M-6765.8-7355.1h-2.2v-12.8h3.1c2.5,0,3.7,1,3.7,3.8c0,2.1-0.8,2.9-1.5,3.2l1.9,5.8h-2.2l-1.6-5.3
    c-0.3,0-0.7,0.1-1.1,0.1V-7355.1z M-6765.8-7362.1h0.8c1.2,0,1.6-0.4,1.6-2c0-1.5-0.4-2-1.6-2h-0.8V-7362.1z"/>
    <path fill="#FFFFFF" d="M-6757.8-7355.1h-2.1l2.4-12.8h2.7l2.4,12.8h-2.1l-0.4-2.8h-2.4L-6757.8-7355.1z M-6757.1-7359.8h1.8
    l-0.9-5.5h0L-6757.1-7359.8z"/>
    <path fill="#FFFFFF" d="M-6751.3-7355.1v-12.8h2.2v10.9h3.5v1.9H-6751.3z"/>
    <path fill="#FFFFFF" d="M-6744-7355.1v-12.8h2.2v12.8H-6744z"/>
    <path fill="#FFFFFF" d="M-6738.1-7355.1h-2.1l2.4-12.8h2.7l2.4,12.8h-2.1l-0.4-2.8h-2.4L-6738.1-7355.1z M-6737.4-7359.8h1.8
    l-0.9-5.5h0L-6737.4-7359.8z"/>
    </g>
    <line fill="none" stroke="#C0F90D" x1="-6831.7" y1="-7299.6" x2="-6793.4" y2="-7312.4"/>
    <polygon fill="#FFFFFF" stroke="#A5E32A" stroke-width="0.5" points="-6784.8,-7321.5 -6783.4,-7321.5 -6781.4,-7323
    -6779.6,-7323.4 -6778,-7323.4 -6775.1,-7323.5 -6774.4,-7323.3 -6773.7,-7322.8 -6773.1,-7322.3 -6770.5,-7322 -6767.4,-7321.3
    -6767.1,-7320.9 -6766.7,-7319.7 -6766.7,-7319 -6766.1,-7318.7 -6764.7,-7317.3 -6764.1,-7316.3 -6763.6,-7313.9 -6762.7,-7312.8
    -6761.6,-7312 -6761,-7311.8 -6760.8,-7312.3 -6760,-7313.3 -6758.5,-7315.5 -6757.2,-7316.8 -6756.6,-7317 -6756.5,-7316.4
    -6756.6,-7316 -6756.8,-7315.1 -6757,-7314 -6757.2,-7313.4 -6757.8,-7313 -6758.4,-7312.9 -6758.5,-7312.3 -6759.1,-7311.6
    -6759,-7310.9 -6759.7,-7309.2 -6759.5,-7308.8 -6758.8,-7308.7 -6757.8,-7308.6 -6756.4,-7308.6 -6755.8,-7309.1 -6755.9,-7309.7
    -6756.6,-7310.6 -6757.1,-7310.8 -6757.4,-7311.1 -6757.9,-7311.5 -6757.2,-7311.5 -6756.4,-7311.7 -6755.7,-7312.1 -6755,-7312.6
    -6754.6,-7313.2 -6754,-7312.5 -6754.4,-7312.1 -6754.7,-7311.5 -6755,-7310.9 -6755.2,-7309.3 -6754.9,-7309.3 -6754,-7309.4
    -6753.4,-7309.8 -6752.7,-7308.5 -6752.2,-7308 -6751.5,-7307.1 -6751.2,-7306.6 -6751.5,-7305.4 -6751.4,-7304.9 -6750.8,-7304.1
    -6750.7,-7303.3 -6750.3,-7302.4 -6749.5,-7301.3 -6749.1,-7300.6 -6748.1,-7300.3 -6747.5,-7300.2 -6747.5,-7342.7
    -6784.8,-7342.9 "/>
    <circle fill="none" stroke="#C0F90D" cx="-6866.1" cy="-7283.2" r="38"/>
    <path fill="none" stroke="#C0F90D" d="M-6734.8-7323.3c0,16.6-13.5,30.1-30.1,30.1c-16.6,0-30.1-13.5-30.1-30.1
    c0-16.6,13.5-30.1,30.1-30.1C-6748.3-7353.4-6734.8-7339.9-6734.8-7323.3z"/>
    </svg>
    Thanks in advance.

    Homer...this very same thing has happened to me today. Have you found a solution yet?

  • Error in accessing the atrribute in the svg element!

    Dear all,
    Hi, I have generated a svg file, and have already displayed it in a canvas, But when I try to access an attribute in the svg element, I got an error "org.w3c.dom.DOMException: error.unsupported.trait([0] xminOriLon, [1] null, [2] svg, [3] http://www.w3.org/2000/svg)". By the way, I am using the Netbean IDE 6.5.1, and I added this attribute when i generated this SVG file. From the error, I could guess that there are some specified(inbuilt) traits(attributes) in the svg element, Therefore, Users could not add their own atrribute? Is this right? I need your help, ANY suggestion is welcomed! Thanks in advance!
    Regards.
    tao
    Please see the following code snippet :
    import java.util.*;
    import java.io.*;
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.io.*;
    import javax.microedition.lcdui.game.*;
    import java.lang.Math;
    import javax.microedition.m2g.*;
    import org.w3c.dom.*;
    import org.w3c.dom.svg.*;
    image = (SVGImage) ScalableImage.createImage(getClass().getResourceAsStream( "new.svg" ),null );
    Document document = image.getDocument();
    SVGSVGElement root =(SVGSVGElement) document.getDocumentElement();
    String lon=root.getTrait("xminOriLon"); // The application throws an "org.w3c.dom.DOMException: error.unsupported.trait([0] xminOriLon, [1] null, [2] svg, [3] http://www.w3.org/2000/svg)" Exception in this line!!!

    When testing something it's often easiest to prototype things using the Outlook VBA project. For example, the following Outlook VBA code will format the body of an open appointment item as 16 point bold. I tested it on Outlook 2007 SP3:
    Sub FormatFont()
        Dim doc As Word.Document
        Dim f As Word.Font
        Set doc = Application.ActiveInspector.WordEditor
        Set f = doc.Range.Font
        f.Size = 16
        f.Bold = True
    End Sub
    Ken Slovak MVP - Outlook

  • Adobe Edge Animate CC crashes when using big SVG images

    Hi!
    When I import SVG files to Edge Animate it freezes and I can't do something with that.
    I tried to import one file at a time and it worked fine but when I save project and close program and then open my project again Edge Animate just crashes.
    Also I tried to import very small images (100px x 100px) and then scale them to size I need and it causing app crash too.
    I'm using Mac OS X 10.9.4

    I already found cause of this problem.
    When you import SVG to Edge Animate it gives your SVG width and height 10 times more then original size of image and transform: scale(0.1). So when you import 5 SVG images 500x500 Adobe Edge makes them 5000x5000.
    So that's cause app freezing and bad SVG displaying in browsers.
    Always change scale(0.1) to scale(1) and reduce size from 5000px to 500px for example.
    Best regards,
    Alexey Prilovski.

  • Why does illustrator crash every time I try to open an .svg?

    Why does illustrator crash every time I try to open an .svg?

    Dunno. Do you have an example SVG that crashes Illy on your computer?

  • Open SVG files in a Swing App

    Hi, I want to show SVG images in my Java application
    Can I use a jpanel or another jframe to show the image but inside the application? how can I do this? Is there any package or class that I can use to solve this problem?
    (I've heard of something called batik, but how can I use this?)
    if not,
    How can I open the .svg file (For Example, I press a Button and then the file is opened with IExplorer)
    thanx =)

    I haven't used it embedded - only to batch process svg - but apache batik would do that.

Maybe you are looking for

  • Email server timeout

    Account details for this user can only be updated via the site where it was first created.

  • Layout issue with form

    I'm working on a site and putting in a google search box, which is actually a form. My problem is that I've put the form in a table row that I would like to stay nice and short. However, once the form is in the row, it acts as if there's a <br> after

  • Clearing without profit center

    Hi , Could  we clear the gl account without profit centre by using F-03,because some document has posted without profit centre while migrating to GL new.  If any one have idea please update me asap. Regards,

  • Urgeent:  Web Service Invokation Error form BPM studi

    Hi I'm using BPM Studio 10.3. I have a Web service and i want to call it form my process. But whenever I invoke it a problem occures. I can invoke it from my code out of studio. The complete exception message is: fuego.lang.ComponentExecutionExceptio

  • UI problems when accessing UWL

    Hi Portal experts and friends, We are implementing the UWL in our company. Constraint: The managers ( who are crazy   ) sometimes will be approving the flow being outside the company premises. For example, they might stay in a hotel with low bandwidt