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 ?
Forum Updated to NodeBB v4.3 + New Features

[Moved] Svg filter support in webkit ?

Scheduled Pinned Locked Moved Qt WebKit
4 Posts 1 Posters 4.0k Views 1 Watching
  • 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 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 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 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 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

          • Login

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