.svg italics problem

Hello
I'm having a problem with italics font in .svg files.
Illustrator shows the font correctly (times new roman) but if I open it in a browser (firefox) there are no italics.
Where did I go wrong?
I made some svg files last year, and didn't have that problem but can't seem to find what did I miss...
The svgs are going online, so correct browser viewing is essential!
Thanks for your help in advance.

Hello,
The problem is that a & creates malformed XML. Try adding something like
select replace('&','& amp ;') from dual
[ & amp ; remove spaces in the example the forum is auto escaping ]
to your query to replace the ampersand with the proper XML representation.
Sorry you'll have to change your query a bit but it will work fine after that.
The Javascripts are for asynchronously updating charts in a page without reloading the page and will not cause the failure your seeing.
Carl

Similar Messages

  • SVG Graph problem

    I have an SVG graph with 2 series and I have 2 check boxes (let me call them Series1 and Series2 for this example) that control the display of this series. When I check Series1 , only the first series is to be displayed and on checking on series2 , the 2nd is to be displayed, if both are chcecked, both the series are displayed on the same SVG chart.
    This actually works well but the problem is that if series 2 is checked without checking series 1 only a shadow of the series 2 is displayed, I guess the SVG chart attributes determining the X,Y coordinates and labels are not being invoked. However , if series 1 is checked it is displyed correctly, a proper chart with only Series 1, and if both are checked, it displays it correctly too. But if only Series2 is checked I get a shadow of the series against a white background, though the shape of the series output is right. The graph background, the legend, the X,Y corordinates etc are missing.It looks like the chart attributes are determined from the first series and so if that is not invoked, only a shadow if the other series are displyed. Can anyone help with this?
    Thanks

    i see what you mean re the second series depending on the first. i've logged it as a bug, too, thanks. consider working around the issue for now by setting up multiple svg regions on your page that fire conditionally based on the series to be shown. so for your example case you could have three regions - one for series1, one for series2, and one for both. you could then show the appropriate region based on whether series1, series2, or both series are to be displayed.
    hope this helps,
    raj

  • SVG display problem

    There is a big bug in this version. When I import my SVG in a block into a menu. The images do not appear in "active" mode on the final page. I set an example. Just play with it to understand the problem. It really hurts !!
    https://www.dropbox.com/s/bfdycvsb2zyrt1w/test.zip?dl=0

    We're aware of a similar problem and working on a fix. I've asked a teammate to verify the fix addresses your specific use case. Thanks for the report and providing a test file.

  • Svg save problem: transform is expanded

    I've openned an svg file that was made in inkscape and want to save some changes, but Illustrator keeps saying it can't export certain items properly and the "Transforms are expanded".  It's refering to a part of the svg code where inkscape has used a transformation property to define where the graphic is positioned in relation to the document:
    <g id="icon-online" transform="translate(56.874894,769.7978)" inkscape:label="#icon-online">
                <linearGradient id="path12147_1_" gradientUnits="userSpaceOnUse" x1="245.8346" y1="-573.0281" x2="252.1426" y2="-576.7381" gradientTransform="matrix(0.6667 1.1549 1.1551 -0.667 506.0411 -658.5017)">
                <stop  offset="0" style="stop-color:#A0DA00"/>
                <stop  offset="1" style="stop-color:#7DBE0C"/>
            </linearGradient>
                <path id="path12147" inkscape:export-xdpi="300" inkscape:export-ydpi="300" sodipodi:type="arc" sodipodi:ry="4.5" sodipodi:rx="4.5" sodipodi:cy="7.5" sodipodi:cx="6.5" inkscape:export-filename="/Users/username/mit.png" fill="url(#path12147_1_)" stroke="#689E0A" stroke-width="1.4996" d="
                M11,13.197c-2.871,1.657-6.542,0.675-8.198-2.195C1.145,8.131,2.129,4.46,5,2.803c2.871-1.65 8,6.541-0.675,8.198,2.195
                C14.855,7.868,13.871,11.539,11,13.197z"/>
        </g>
    Is there any save setting or method I can use to get Illustrator to overcome this without redoing the document in some way?
    Thanks to anyone who can help

    This doesn't really have to do with the transform expanded problem (in which I'm still trying to find the right solution myself), but I noticed the problem of adding the "_1" as well, especially if you duplicate a group and rename it. Also, using spaces in a name generates a "_" and vice versa " " generates a "_". This has been a problem for me, since I use the layer names's later down the line, and address them dynamically with CSS or javascript. My svgs can tend to be thousands of lines, and if I have to edit hundreds (or even thousands) of malformed tags, it can be a pain.
    In ==> Illustrator ==> Preferences ==> Units ==> Identify Objects By: XML ID   <--This certainly made things WAY easier for me once I realized that I in this view the layers or groups in the will display the actual tag format that will get assigned to them. If you edit them in the layers menu while this unit view is active, the tags hold true on export. Hopefully that helps you as much as it did me.

  • Svg Tiny problems

    Hi,
    I have a few problems regarding saving my Illustrator CS5 graphics as SVG Tiny. First of all the gradient fills are rasterized, which is really annoying when designing scalable graphics for mobile use. I have bypassed this by expanding the gradient fill into paths, but that makes the individual file size quite big. Is there any way to save SVG Tiny files with gradients not rasterized?
    Secondly there are some oddities when saving graphics as SVG Tiny, for example there can be odd rendering of the graphics, white 1px spaces appearing in the corner of the graphic or part of the graphic can be cut off in the final SVG Tiny document. Any ideas how to fix these?

    Your best way of doing this is to optimize it for web and device using the Save for Web and Device and not save directly out of Illustrator with a Save As. You might not be able to see what that says but it gives you the option for svg and then the option to choose the various settings for such like tiny 1. or 1.2 etc. as well as other settings I would ask the client for their specs.

  • SVG Import Problems

    Greetings.
    This is my first post to the FM forums, and I am a relatively new FM user. I browsed and searched the forums for help before posting this.
    I am importing an SVG file, but after importing the graphic, it is out of proportion. The text elements are different in relative size to the non-text elements. In addition, the frame that the graphic is imported into is much larger than the SVG itself (lots of extra white space), so I cannot resize the frame without distorting the graphic.
    Any help or guidance would be greatly appreciated.
    Thank you.

    fwiw ... I sometimes have to import and set an .svg graphic twice. The first time, it seems OK; the second time I open the document, the DPI setting tends to have fallen off. Train it up by setting the DPI value again and it seems to be fairly stable.
    Someone more knowledgeable posted helpful information when I first had this same problem, but forum search doesn't seem to find it any more.
    Pretty well off-thread, I've noticed the same misbehaviour (faulty resizing of non-text elements) in Firefox for Linux. Very annoying!

  • Workaround for Firefox SVG hyperlink problem?

    I am struggling with the Firefox 1.5 specific problem when using drilldowns with SVG charts.
    In IE 6, Mozilla 1.7 and Firefox 1.0.7 it works fine, but not with Firefox 1.5.
    Whenever I click on a link in a chart the link will be opened inline on the same page similar to an IFRAME ( <img src="http://i1.tinypic.com/skzz9f.jpg" border="0" alt="Image hosting by TinyPic"> ) . I don't want it inline. Seems to be a problem with the EMBED tag and Firefox 1.5.
    Did anybody find a workaround for Firefox 1.5 and SVG?
    Thanks,
    ~Dietmar.

    Hi Carl,
    Thats awesome! Thanks :). Took me while to figure it out, but when I'm hooked on a problem, I usually don't give up that easily ;).
    I guess cross-browser SVG support still has a good way to go.
    That would be a good addition to the wiki.OK. Is linking to the blog article ok or shall I create a complete entry?
    ~Dietmar.

  • SVG display problem win 7

    The Adobe Muse doesn't show me de miniature preview of SVG file

    Hi HansCanaan,
    In the default scenario, MUSE will show up the miniature preview of SVG file.
    Please try to create a new website in MUSE then try to use a SVG image.
    If still not loading the miniature preview of SVG file please reset the preferences of MUSE
    Windows:
    Open Run
    Type: %appdata%
    Open Adobe Folder
    Find folder named "Adobe  Muse cc "
    Rename it.
    Launch MUSE
    Mac
    1) Quit Muse.
    2) Go to desktop > click on Go > "Go to folder"
    3) Type "~/library" without the quotes and press enter.
    4) Go to folder named "Preferences"
    5) Go to folder named "Adobe  Muse cc "
    6) Move folder "Local Store" to desktop.
    7) Re-launch Muse and new Local store folder will be created resulting in re-creating preferences.
    Thanks
    Prabhakar Kumar

  • Svg.xml problem using snow leopard

    I've always been able to download free svg files. Now that I have installed Snow Leopard, when I download a svg file, it will read svg.xml and I am not able to download. What is this attachment it's adding on so I can't download. I even uploaded a svg picture to share in a website with friends. Just for fun, I pretended to need it and downloaded the picture. Snow Leopard added xml to it and even I couldn't download my own picture. What is going on? Perhaps it is something very simple that you could tell me to do. Thanks so very much. Cely in SC

    Take a look at this link, http://osxdaily.com/2011/08/02/easy-way-to-make-lion-install-disk/

  • How to open html/SVG in Illustrator?

    I drew a beautiful SVG for a website, just coded it in html/css/javascript. (It's in there, just scroll around)
    http://bl.ocks.org/greencracker/raw/6798490/
    It needs finishing by hand ... how on earth do I open it in Illustrator?
    I downloaded it as an .svg via SVG Crowbar.  (That's the only way I know to extract an .svg and am happy to try your better strategies)
    .When I ask Adobe File -> Open -> and choose it, Adobe says "can't open illustration."
    Fwiw, Reader error is "could not open graph.svg bc it is either not a supported  file type or because the file has been damaged, for example it was sent as an email attachment and wasn't correctly decoded"
    Inkscape will open graph.svg, no problem. But I was hoping to try out Illustrator.
    I dunno, the internet has told me so far that Illustrator can only handle in-line css. Which I didn't use.
    What to do? 

    Removing lines with invalid path data makes the svg file open in Illustrator.
    example invalid path data found in the SVG
    "<path class=" link" d="MNaN,NaNCNaN,NaN NaN,NaN NaN,NaN" style="fill: none;"></path>"
    Posted the modified svg in following link
    https://dl.dropboxusercontent.com/u/108814132/ModifiedSVG.svg

  • SVG export to Muse

    Hi, I have problems exporting an simple icon vector from Illustrator CS5 to Muse. The export does well, but when I place the file in Muse I don't see the preview (only appears an empty frame), and usually when I save the file, it crashes.
    Anybody can help? Thanks!

    Hi,
    Could you please try some suggestion given in the following threads,
    SVG display problem win 7
    SVG files not rendering in Muse
    Do let me know if you have any question.

  • Zire 31 ebook reader problem

    I've been using a program labeled arpos_winv20enu (file version 2.11.15.0) on my Zire 31 for a few years now.  I started using it because no other software would read italics on my device.  Everything worked well together for a while and then I couldn't Hot Sync without running this software each time, no matter what I did.  I didn't care as long as I was able to get my ebooks on my Zire.  Now, however, when I try to run this software it won't go through the Wizard application to completion like it's always done before.  Nothing happens whatsoever, so now I can't Hot Sync at all, put new books on my handheld, etc.  I don't remember now where I even got this software to redownload it, though I do know it had to be either information from forums here or at Adobe, so I'm leaving messages in both places hoping to find an answer to the all-around problem.
    Does anyone know if this software even still exists?  If it does, do you know where I might get it again?
    Or is there new software that will now read italics for the Zire 31?  I know that was an issue a few years ago and that's what led me to the current software I use, but since I've been happy, I haven't checked any further.
    Or is there just another solution altogether that will help with my italics problem?
    Any help is appreciated!
    Thanks!
    Sandy
    Post relates to: Zire 31

    You are referring to Adobe Reader for Palm OS.  It pobably is on your install CD that came with your Zire 31.  If not, you can download it free from Adobe by selecting "Palm OS" on THIS page.
    This program converts pdf files to a form the handheld can view, but it hasn't been updated by Adobe in a long time.  You can try a free newer program that reads native pdf format (you would use a card reader to transfer the files to your flash memory card.  The program is called Palmpdf and is available HERE.
    Good luck.
    Post relates to: Palm TX

  • Problem using SVG text in FLASH --ViceVersa

    hi all,
    I had been developing an application to read SVG files in to
    flash.....i am successful in reading shapes,,with the path's....but
    the biggest problem is with the "SVG text".......the positions of
    text with respect to FLASH and SVG differs completely.....
    As far as i know the origin differs from flash to
    SVG.....Flash has it's left top as origin ....SVG has lower left as
    origin....
    when i scale or rotate the flash text ....if i need to
    convert those in to SVG text..the problem arises....because the
    SCALING and ROTATION acts very differently in SVG...when compared
    to FLASH
    iam struck here....pls anyone help me to find a
    solution......
    THANKS in ADAVNCE !!!!!!

    Thanks for answering
    So you have IE8 and the hardware acceleration was able to be UNchecked and FP(Flash Player) is working properly with IE.
    In IE flash works fine with any settings.
    When I unchecked "Hardware acceleration" checbox in IE it also became unchecked in opera, but nothing changed in opera's behavior.
    When you don't use the Aero it's displayed correctly but the settings do not work. What settings are you referring to?
    It's about flash settings in Opera
    With aero: http://img443.imageshack.us/i/settingsh.png/
    Without aero: http://img816.imageshack.us/i/settingswoaero.png/
    In both cases the settings dialog is displayed like in the screenshots above, but when I click on checkbox/tabs/'close' button in it nothing happens. I can't change any settings or close it (dialog disappers only after reloading page)
    Just to sum up everything mentioned above:
    - In IE flash works fine regardless of any settings
    - In Opera text is displayed wrong when using windows aero, and without aero theme it's displayed correct
    - I didn't manage to make settings dialog work in Opera
    - When I change some flash settings in IE, they are also changed in Opera
    Now Flash Player works thru the browser, do you have perhaps have an addon that is conflicting? What Anti-Virus do you have Installed? Any addons of that?
    I have 7 extensions installed in Opera, I've disabled all of them, but nothing changed.
    I use Kaspersky Internet Security 2011, disabling it also gives nothing.

  • Loading EMF and Conversion Problem from EMF to SVG in Adobe illustrator CC

    Hello,
    I have downloaded trial version of adobe illustrator CC.
    I am importing .emf file into adobe illustrator CC. it loads an emf file properly with its content but my emf file contains some lines(--------) also..imported emf file doesn't show any line.
    My main motive is convert this emf file into svg file. but as because my emf file is not imported properly, so as with SVG.
    Ask one more important thing, why converted svg file from emf appears to be having different fonts and margins.
    Kindly help

    The problem is once I finished with the art, I deleted the template, and there's a big art board there and it's in the way, I don't want it to affect the size and dimensions of the channel art. I just need it to be 2560px by 1440px wide, is there any way I can save it exactly like that?
    Not sure what you mean by "it's in the way."
    The size of the artboard doesn't necessarily affect the "size of the art." (There are some workflow scenarios where the artboard size is recognized and utilized, but for the most part it is simply a 'passive' boundary.)
    If your art is 2560px X 1440px, and you want the artboard to match, double-click the artboard tool and choose "Fit to Artwork Bounds" at the top of the preset menu.

  • Svg line chart  problem with latest patch?

    Hi team,
    I was checking out one page containing an SVG chart that I didn't modify in 2 weeks, according to the application builder, but it seems to hang after displaying the first line series of 4 total.
    It was working before the last patch was installed.
    It's page 65 of application 21670 in the online environment.
    Choose "automobile" from the first drop down list and click on the button, the chart appears but then it seems to be waiting for something to download.
    If you move the mouse over any textual part, you can see in the status line the following message:
    "xml processing instuction not at start of external entity: line 172, column 0".
    If you open up the SVG source by right clicking on the chart, you will see at the end of the file an error text message returned by oracle (ORA-06502), but what is particularly strange is the presence of an <?xml> processing instruction just in the middle of the source code listing.
    It looks like it is trying to append the second chart series by appending another svg source file.
    Could you check if I did anything wrong or if it is a problem of the patch?
    I have got other chart type running without problems.
    Thanks!
    Bye,
    Flavio

    Things are getting complicated.
    I found some cases where the chart is displayed correctly, which made me think of some unexpected values returned by the underlying queries.
    Since my chart is made up of 4 different series returning 12 points each, I assembled the queries with UNION ALL and checked out what was returned both in a failing case and a successful one but I can't figure out a valid explanation, the only thing I notice is that in the failing case there are some values higher than average, say 10 times bigger than the average value and for some reason the chart stops drawing points exactly after the peak value (1155.62, see below).
    Each series returns exactly 12 points, some nulls, but that's doesn't seem to be the problem.
    I wonder if the problem is with the "autoscale" algorithm, but I am lost at the moment...
    Here is a successful data sample:
    - APRIL -
    - APRIL 119.57125
    - APRIL -
    - APRIL -
    - AUGUST 160.5
    - AUGUST 157.53
    - AUGUST 157.53
    - AUGUST 119.57125
    - DECEMBER -
    - DECEMBER 119.57125
    - DECEMBER 113.67
    - DECEMBER 131.214
    - FEBRUARY 104
    - FEBRUARY 119.57125
    - FEBRUARY 126.418333333333333333333333333333333333
    - FEBRUARY 125
    - JANUARY 153
    - JANUARY 119.57125
    - JANUARY 134.845
    - JANUARY 145
    - JULY 154.56
    - JULY 119.57125
    - JULY 154.56
    - JULY 154.56
    - JUNE -
    - JUNE -
    - JUNE -
    - JUNE 119.57125
    - MARCH 43.5
    - MARCH 119.57125
    - MARCH 106.918333333333333333333333333333333333
    - MARCH 100.166666666666666666666666666666666667
    - MAY -
    - MAY 119.57125
    - MAY -
    - MAY -
    - NOVEMBER 118
    - NOVEMBER 131.214
    - NOVEMBER 125.3775
    - NOVEMBER 119.57125
    - OCTOBER 164
    - OCTOBER 119.57125
    - OCTOBER 134.5175
    - OCTOBER 134.5175
    - SEPTEMBER 59.01
    - SEPTEMBER 119.57125
    - SEPTEMBER 124.69
    - SEPTEMBER 124.69
    and now an offending one:
    - APRIL -
    - APRIL 287.743333333333333333333333333333333333
    - APRIL -
    - APRIL -
    - AUGUST 1155.62
    - AUGUST 655.09
    - AUGUST 655.09
    - AUGUST 287.743333333333333333333333333333333333
    - DECEMBER 135
    - DECEMBER 287.743333333333333333333333333333333333
    - DECEMBER 197.2525
    - DECEMBER 349.865
    - FEBRUARY 114
    - FEBRUARY 287.743333333333333333333333333333333333
    - FEBRUARY 315.947142857142857142857142857142857143
    - FEBRUARY 130
    - JANUARY 153
    - JANUARY 287.743333333333333333333333333333333333
    - JANUARY 321.741428571428571428571428571428571429
    - JANUARY 190
    - JULY 154.56
    - JULY 287.743333333333333333333333333333333333
    - JULY 154.56
    - JULY 154.56
    - JUNE -
    - JUNE -
    - JUNE -
    - JUNE 287.743333333333333333333333333333333333
    - MARCH 223.5
    - MARCH 287.743333333333333333333333333333333333
    - MARCH 182.787142857142857142857142857142857143
    - MARCH 156.375
    - MAY -
    - MAY 287.743333333333333333333333333333333333
    - MAY -
    - MAY -
    - NOVEMBER 118
    - NOVEMBER 392.838
    - NOVEMBER 452.4075
    - NOVEMBER 287.743333333333333333333333333333333333
    - OCTOBER 354
    - OCTOBER 287.743333333333333333333333333333333333
    - OCTOBER 461.5475
    - OCTOBER 461.5475
    - SEPTEMBER 182.01
    - SEPTEMBER 287.743333333333333333333333333333333333
    - SEPTEMBER 497.396666666666666666666666666666666667
    - SEPTEMBER 497.396666666666666666666666666666666667
    Weird, isn'it?
    Bye,
    Flavio

Maybe you are looking for

  • Error while creating Sales Order - Highly Urgency.

    Dear Experts, I'm trying to create a Sales Order From SAP GUI (Sales --> Telesales), But Error Log is warned as NO Connection could be Made to IPC and The Conditions Tab is empty with NO fields available, Showing as Pricing Doc Doesn't Exist. Could y

  • NO songs being copied to iPod-HELP!

    (This probably isn't a simple, obvious fix—I'm a pretty technical guy.) Okay, so I have a 4th generation 64 GB ipod touch running iOS 6.1.3, and a 2011 15" MacBook Pro running OS Lion (10.7.4) and iTunes 10.6.3.  I have about 20 GB of music, all of w

  • How to convert concurrent program out files .out file to .txt files in

    Hi Trying to know if there is a way to convert the concurrent programs' output files witn '.out' extension to files with extension '.txt' thanks kp

  • Creating spatial indexes at the same time

    Are there any locks on common DB objects when spatial index is created on one table? We have application which creates a table with geometry column, fills this table and at the finish creates the spatial index. It seems, that this blocks other users

  • Previews in InDesign

    One of the best features of InDesign is ability to place another InDesign file into InDesign . However, instead of utilizing just a preview from a placed file, InDesign creates huge tiffs and makes performance suffer a huge deal. It just ruins the id