SVG enhancements?

It would be great if circles and rectangles maintained their respective element types instead of everything becoming a path. More optimized that way.
Remove the unnecessary line breaks on path data. It doesn't flow properly when loaded into a text editor.
Create some sort of consistency on using relative or absolute paths on path data... Or allow users to choose how the point is represented.
Can we have a zero decimal point export? Should be more efficient in some cases.
Remove some of the ambiguity around viewports and view boxes. Are they needed for symbols? Bottom left aligned? It's hard to figure out why they export the way they do.
Remove unnecessary attributes and styles as an optimization. Basically, if it doesn't change the overall look at all without the attribute, remove it. If there is a transform applied to the shape, why do you need x & y attributes too?
Any ids or classes should be the first attributes. References should be after those two. So in terms of order: id, class, xlink
REMOVE THE EXTRA <G> TAGS!
I wonder if additional art boards could produce an SVG sprite sheet. Basically, every art board could produce a separate SVG but included into one exported file with the visibility turned off. All sharable symbols would be reused in this manner and with one net request, you could programmatically add SVGs to your page!

This would depend on the release date. We have an application that our major client has used for a number of years which uses the SVG base maps only. We would like to migrate it to use oracle maps, we would need a time scale to present to our client so that they can decide how much to invest. The application is due for a revamp, given that Adobe no longer support the plugin it would make sense to move away from it, especially for cross browser and next gen windows support.
Jonathan

Similar Messages

  • Rendering quotation marks in svg on exporting

    On working with illustrator and exporting as svg file, I faced an error that all the text I write between quotation marks is not detected in the svg
    I get the quotation marks codes only.
    Why did that happen and how can I fix it?

    Not currently - there is an enhancement request for this on SQL Developer Exchange (More options in Export Data as Text) which is listed as Scheduled for 3.0. So hopefully that will be there in the next version (and no, we don't know when that is going to be - Oracle may know when it is planned, but their policy is not to give dates).
    theFurryOne

  • SVG line chart raises ORA-20001 witha valid SQL query

    Hi,
    I am on version 1.6 & 10g database. I developed an SVG line chart which was working fine, but I wanted to fill in some sparse data by using data densification. So I enhanced my query with a partitioned outer join as follows:
    select null l, month_start, issue_count
    from
    (with dates as
    (select add_months
    ( to_date( '01-jul-2004' ),
    column_value-1) dt
    from table( vtable(12) )),
    iss as
    (select trunc(start_date, 'MON') mon , count(*) cnt
    from issues
    group by trunc(start_date, 'MON'))
    select dates.dt month_start, NVL(iss.cnt, 0) issue_count
    from dates left outer join iss on (dt=mon)
    Now the chart throws an ORA-20001 get_data error. The query is valid as it runs in SQL*plus no problems. What is it choking on?
    Thanks,
    Steve

    Steve,
    I didn't mean for you to put in on the Studio, just install the app in your workspace on htmldb.oracle.com, use SQL Workshop there to compile your procedures, tell us the app ID, and that's it.
    The error message presentation needs some improvement, give us time. We're spending most of our energy on improving the capability of the product.
    Scott

  • SVG show stopper?

    Have what our developers consider is a serious lack of functionality with the HTMLDB SVG renderer. Serious enough that they want to go back to the JBOSS route...
    Two issues.
    1. The SVG hotspots are based on the line and not the actual marker on the line, when markers are used. Users by nature click on the dot (marker). Now if they click slightly left on the dot, they drilldown using the parameters for the line on the left of that dot. Click slightly right on the dot, and the line of the right's parameters are used.
    2. Inability to dynamically render multiple series and dynamically name series. The latter is more critical. Let's say you want to line graph the sales per month of the top 10 salespeople. You can create 10 fixed series. However, you cannot dynamically name the series and say that Tom is #1, Dick is #2 and Harry is #3 and so on.
    Of course, being able to dynamically generate any number of series (e.g. top 5 or top 10, depending on user selection), is also not possible.
    Not having the HTMLDB code wrapped, would make things a lot easier. :-)
    Any comments and ideas will be much appreciated.

    Hello,
    So Issue #1 you are absolutely right the line along with the display text is linked here is the source.
    <a xlink:href="http://www.oracle.com">
    <line x1="11" y1="229.28247" x2="31" y2="222.96614" class="data1" />
    <rect x="30" y="220.96614" width="8" height="8" transform="rotate(45,30,220.96614)" class="marker1" />
    <text class="XAxisValue" x="36" y="227.96614" >214</text>
    </a>
    As a workaround increase the size of the marker to make it easier for users to click. In the next version of HTML DB only the marker will be linked.
    For Issue #2 those are already on our enhancement radar.
    And finally as for wrapping our code, well thats just how it is right now.
    Since it sounds like you are ready to jump in and edit some code if needed to get the svg you want just search this forum for examples of using plsql to create custom charts there are a couple examples floating around out there.
    Thanks,
    Carl

  • SVG Charts - x-axis

    I'm a newbie.
    I've created a 2-series line chart (thanks to someone else's query on this forum, I found out about losing the 'order by' for multiple series!). I only have 2 'X' categories at present ('quarter1' and 'quarter2') but the chart defaults to squeezing them together at the left-hand side, leaving enough room to go up to about quarter 15, but I will only ever want 4.
    Anyone know how the spread the categories across the axis?
    Thanks

    assuming you're talking about the legend when you say, "but the chart defaults to squeezing them together at the left-hand side, leaving enough room to go up to about quarter 15", then know that this is a current limitation. i'll log the enhancement request in a bit (unless we already have that one), but consider unchecking the "Show Legend" box on your SVG Chart Attributes screen and just drawing your own for now. if you were asking about something else, please do feel free to elaborate.
    regards,
    raj

  • Arch Linux "pacman-enhanced Tux" :)

    Hey,
    I just wanted to gimp a unique 'start'-button for my fbpanel.. so I inkscaped a 'pacman-enhanced' tux (get it? ) that I'm of course sharing with you folks:
    Well.. maybe somebody else out there also likes him

    Thanks for the nice feedback! Concerning the art svg upload.. Err.. I just tried.. :oops: so where exactly is art.archlinux.org's 'upload' function?
    By the way, Inkscape seems to distinguish 'Inkscape SVG' from 'Plain SVG'. I did not compare the xml and am not yet that much into svg as I'd like to be.. Does someone know the difference? Is it that plain is preferable for web and inkscape formatted files are preferable for editing?

  • Reorder divs, Rename divs, Scale SVG

    Hello,
    I am new to responsive webdesign and I am currently learning all the new techniques. So please excuse if my questions are very basic.
    I know Reflow is fairly new. I am currently using Reflow to MockUp a responsive design to see how the worflow goes. It's working out pretty well and I can see to use reflow in future to communicate with customers in early stages of designing a base with minimal effort and create what I can fine tune later on. Of course it will be a great tool later on, when customer decides to enhance existing site, especially when we can edit CSS or even SCSS within Reflow.
    - Right now it's not possible to Drag and Drop e.g. an image into a div by just using the elements panel. I know I can do this on my working area. Will this be possible in the elements panel as well?
    - Right now Reflow decides how divs are named. Will it be possible to use an alias in future which will be used when deploying the css and html?
    - I am using SVG for my logo. It scales perfect within the page, but it stops scaling when image reaches it's original size created in Illustrator. Am I doing something wrong here?
    What will be the future format with logos? SVG?

    There is another topic you might want to look into.
    Right now we can only create DIV with id. Just using a class is not possible. The topic I would like to address is, whenever you duplicate a DIV, the new DIV will have the same id name within reflow, but of course the css will add a subfix e.g. "_1" so this div is unique. A better way would be to not allow the same id name within reflow or add the subfix within reflow so it's clear to user that the duplicated div has a unique id. So the reflow id names should follow the css id names at all time! Same with id "Container" which is named "primaryContainer" within css.
    I also noticed that at some point the css structure does not follow the hirarchy of my reflow layout at all time. Whenever I move a 1st level id DIV with multiple DIVs inside using the Elements panel, new hirarchy is being applied, but within css the hirarchy is not updated. This is no bug, but I am a big fan of consistency when it comes to the css structure.
    Example:
    Reflow:
    - DIV1
    -- DIV1.1
    - DIV2
    --DIV2.1
    CSS:
    #DIV1 { };
    #DIV1.1 { };
    #DIV2 { };
    #DIV2.1 { };
    I move DIV2 above DIV1, so I get...
    Reflow:
    - DIV2
    --DIV2.1
    - DIV1
    -- DIV1.1
    CSS:
    #DIV1 { };
    #DIV1.1 { };
    #DIV2 { };
    #DIV2.1 { };

  • Any way to enhance BIBeans charts?

    BIBeans charts are not rich or customizable enough. For example, it has no "gauge chart", no "compound" charts (eg. in one chart, some data is drawn with bars, other data with curves), cannot draw part of columns of a table.
    Is it possible to assist BIBeans charts with third party chart softwares (eg. JFreechart). This may need a way to extract the queried data from BIBeans and feed it to the third party softwares. Does BIBeans provides API to export/handle the queried data? or anyway to enhance the charts expression/customization?

    You can save the chart as an image. Try this,
    1. Right click on the chart and select "Copy SVG". This will copy the chart image to clipboard
    2. Start any image editing tool like "Paint"
    3. Paste the content of clipboard
    This should give you a copy of the chart image. You can store it as BMP/JPEG (any format that image editing tool supports).

  • Upgrade for SVG Viewer?

    The SVG viewer is EOL per Adobe as of 2009. http://www.adobe.com/svg/pdfs/ASV_EOL_FAQ.pdf
    Is there a planned update for the SVG viewer in a future release?
    Thank you.

    SVG viewer is still available from Adobe - there wont be any enhancements that Adobe will provide, that is all.
    Over time, IOP will migrate to other Oracle SVG products.

  • Enhancement to a cube

    Hi Gurus
    I am working on BI 7 and as per a requirement i had to add 2 fields i.e calmonth(0CALMONTH) & a key figure namely document number (0CRM_NUMDOC) to a cube, now in tranformation calmonth is being mapped to a field in the DSO name of the field being, date field(0CRM_CRD_AT) and the key figure is being mapped with field of the same name in the DSO.After adding the fields to the cube and performing the full load i do not see the result for all records of the 2 fields that were loaded in the cube.kindly suggest..points will be hansomely awarded

    Hi Sharma,
    As u said the fields to be added to the cude, in this case the DS is already having this fileds and not mapped at the intal satage of mapping....????
    Can you check in RSA3 whether these fields that you have added does contain the Data for this perticluar Datasource.
    If you have enhanced the data source then u have to chek at the source system level itself.
    Since you are using BI.7 the DTP method then there is only 1 place that you map is in Tranformations.
    In this place it is direct map and 0CALMONTH if you map to any data field it will take the conversion automatically.
    Same way the Key field also if it is a direct field then it has to come.
    Best Regards,
    VNK.

  • Enhance MR11

    Hello Gurus ,
    I am trying to enhance MR11 Transaction (Report : SAPRCKM_MR11) .  Here i am adding GR  and  IR  posting date(BUDAT)  as selection field  .
    Requirement is that MR11 should consider  Gr and IR for that period.. compare and show the difference .
    In the program
    I added posting date(BUDAT)  in the select query to  'v_ckmlgrir' .  and it is picking all the records with in that period , open and cleared both .
    1)   But I want only the open one .....and I dont see any flag for that ....so is there any way i can get only the open items ?
    2) I observed that if i dont specify posting date ...I mean just run the standard MR11 ...then also it picks up open and cleared items ....but during processing it is considering open only don't know why ..i debugged it  its going through every item item but in the end considering open only which is correct ....so not understanding why its not doing the same if i restrict it to posting date .....
    any suggestion is greatly appreciated !!
    PS : GR/IR account   open items I can see from FBL3N .

    If you are using an account assigned PO then possibly the order(PM order, internal order etc) to which your PO refers might have status as CLSD.
    Check and reverse the status.

  • Extractor 0FC_BP_ITEMS - Business Partner Items Enhancement

    I'm looking at using 0FC_BP_ITEMS extractor to extract Open and cleared items. Has anyone worked on the enhancement of this extractor. If so what are the steps involved in enhancing this extractor?  Is it similar to the Full load extractor 0FC_CI_01 and 0FC_OP_01. Any help will be great.

    Hi,
    Please have alook in help.sap.com- Netweaver- BI Content-FICA.
    This is not same as those two datasources which you mentioned. This datasource will give you delta records.
    Regards,
    Asish

  • What is new in Enhancement Package 2 and 3

    Hi all,
    The [ERP Solution Browser|http://solutionbrowser.erp.sap.fmpmedia.com/] is an excellent tool to find out, what's new. However I did not find any means to get a list of new features in ERP 6.0 enhancement packages 2 and 3. Any hint (especially what's new in HCM) is welcome!
    Regards
      Matthias

    Hello Matthias,
    check out Service Marketplace, alias ERP-EhP to find out what's being delivered as part of an Enhancement Package:
    http://service.sap.com/erp-ehp (logon required).
    Basically, it provides the following:
    link to SAP Enhancement Package Infocenter to understand the content based on functional domain, e.g. HCM.
    documentation on
    - EhP concept and strategy
    - overview presentation SAP ERP EhP 2 and 3
    - detailed presentation SAP ERP EhP 2 and 3
    - preview SAP ERP EhP4
    - how to implement EhP ("Must know guide for IT professionals")
    - test case templates
    - links to other useful resources (e.g. ERP solution map, media library, functional areas)
    Hope this helps!

  • Create a new view in a enhance component

    Hi All,
              I want to create a new view for sales order and quatation in a component BP_factsheet.When i craete new view ,it is asking about some value like model node, bol entity, higher level, bol realtion.after that is is asking context node ,bsp application ,custome controller and view type.How can i get these value .when i create a new view then have to add these view in run time repositry under a window or not?
    Thanks in advance....
    Vishwas

    Hello Vishwas,
    You might be interested in knowing how to customise the new UI to add a new view using the enhancement concept.
    Please refer to the published document on the service marketplace:
    http://help.sap.com/saphelp_crm60/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm
    refers to the link at
    service.sap.com/okp
    Inside this go to:
    SAP CRM 2006s: Learning Map for Technology Consultants
    wherein you can find the cookbook to perform similar operation in detail.
    SAP CRM UI Cookbook
    I hope this helps.

  • USB Enhanced Performanc​e Keyboard utility crash

    USB Enhanced Performance Keyboard (Wired) : skd881x daemon has stopped working
    What I'm getting here is a consistent crash of the OSD / button management daemon (Skdaemon.exe) on a standard french Vista 32bit install. This might be a duplicate of this unresolved problem, although the OS is 32 bit here.
    I can reproduce the crash easily by using either one of the Volume+, Volume- or Mute buttons at any time as long as the Play/Pause button has never been pressed before. If I start the daemon, choose "Play/Pause" (the indication "Play/Pause" appears in the OSD), then the instance of the daemon will never crash afterwards and I will be able to use the volume buttons until the next reboot.
    I have tried :
    using the keyboard configuration tool to change most of the settings,
    clean uninstalling/reinstalling the (latest) driver and utility,
    looking up for a solution elsewhere,
    to no avail.
    I would appreciate any pointer to resolve that annoying problem.
    EDIT : updated the title so it appears more explicit from the forum view

    I know that bumping my own thread is not really a display of gentleman's manners, but I would like to know if there is a way to reach lenovo directly, at least to make the company aware of this annoying bug (which does seem to be recurrent). I can't seem to find it as I'm lost in the endless cross-references between lenovo and IBM support pages, and a part of the online support doesn't seem to be available in France

Maybe you are looking for

  • Need driver for iPod video and Windows Vista

    I had an iPod video and it synched no problem to my computer. There was a hardware issue inside the iPod so i sent it back and got a new one. Now when I connect it to my computer, it brings up the looking for a driver window and says it can't find it

  • How to set the DVD Folder Path?

    Hello, had a quick question regarding the folder path variable when accessing DVD video files. When authoring, Director seems to automatically add a hardcoded file Name to the cast member properties, as well as a folder path to the DVD member propert

  • Smartphones (iphone/android) cantno connect to time capsule's wifi

    I got the new TC 2TB and for certain smartphones, they can't connect to my guest network. Any ideas? thanks!

  • Can you use if statements for css classes?

    I'm trying to make a table field change color depending on what info the field is pulling from the database.  Here is my code: <table> <?php do { ?>       <tr>         <td><input name="hiddenField" type="hidden" id="hiddenField" value="<?php echo $ro

  • Disk keeps ejecting

    My son bought the family pack snow leopard and every time I put it in the disk drive, it ejects back out and won't let me install.