Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. [Moved] Svg filter support in webkit ?
QtWS25 Last Chance

[Moved] Svg filter support in webkit ?

Scheduled Pinned Locked Moved Qt WebKit
4 Posts 1 Posters 3.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? This user is from outside of this forum
    ? This user is from outside of this forum
    Guest
    wrote on 29 Jul 2010, 11:13 last edited by
    #1

    Hi,
    Below is my blur.xhtml file, which is correctly rendered and blurred in Firefox 4beta, but when I load this in QWebView it only shows the original SVG without any blur. So are svg filters supported in webkit as of now? If not, when can we expect this?
    My Qt version is 4.7 beta 2

    @
    <html >
    <body>
    <object type="image/svg+xml" style="border:none; width:270px; height:270px; background: white" data="tiger.svg"></object>
    svg:svg
    <svg:filter id="b15">
    <svg:feGaussianBlur stdDeviation="15"/>
    </svg:filter>
    </svg:svg>
    </body>
    <style>
    object { filter:url(#b15); }
    </style>
    </html>
    @

    1 Reply Last reply
    0
    • ? This user is from outside of this forum
      ? This user is from outside of this forum
      Guest
      wrote on 3 Aug 2010, 12:42 last edited by
      #2

      if the svg file already has the svg blur filter, webkit renders it fine, but the above example fails!

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on 3 Aug 2010, 14:32 last edited by
        #3

        Perhaps you should just file a bugreport then.

        1 Reply Last reply
        0
        • ? This user is from outside of this forum
          ? This user is from outside of this forum
          Guest
          wrote on 4 Aug 2010, 05:45 last edited by
          #4

          thanks andre, have logged the same

          "https://bugs.webkit.org/show_bug.cgi?id=43156":https://bugs.webkit.org/show_bug.cgi?id=43156

          1 Reply Last reply
          0

          1/4

          29 Jul 2010, 11:13

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved