<feMergeNode>

feMergeNode takes the result of another filter to be processed by its parent <feMerge> .

Usage context

类别 None
准许内容 Any number of the following elements, in any order:
<animate> , <set>

范例

<svg width="200" height="200"

xmlns



=


"

http://www.w3.org/2000/svg

"




xmlns:

xlink



=


"

http://www.w3.org/1999/xlink

"



>





<

filter


id



=


"

feOffset

"



x



=


"

-40

"



y



=


"

-20

"



width



=


"

100

"



height



=


"

200

"



>





<

feOffset


in



=


"

SourceGraphic

"



dx



=


"

60

"



dy



=


"

60

"



/>





<

feGaussianBlur


in



=


"

SourceGraphic

"



stdDeviation



=


"

5

"



result



=


"

blur2

"



/>





<

feMerge


>





<

feMergeNode


in



=


"

blur2

"



/>





<

feMergeNode


in



=


"

SourceGraphic

"



/>





</

feMerge


>





</

filter


>





<

rect


x



=


"

40

"



y



=


"

40

"



width



=


"

100

"



height



=


"

100

"




style



=


"



stroke


:

#000000

;


fill


:

green

;


filter


:



url


(

#feOffset

)



;



"




/>





<

rect


x



=


"

40

"



y



=


"

40

"



width



=


"

100

"



height



=


"

100

"




style



=


"



stroke


:

#000000

;


fill


:

green

;



"




/>





</

svg


>



						

结果

属性

全局属性

Specific attributes

DOM Interface

This element implements the SVGFEMergeNodeElement 接口。

规范

规范
Filter Effects Module Level 2 (Filter Effects 2)
# feMergeNodeElement

浏览器兼容性

BCD tables only load in the browser

另请参阅

  1. <feblend>
  2. <fecolormatrix>
  3. <fecomponenttransfer>
  4. <fecomposite>
  5. <feconvolvematrix>
  6. <fediffuselighting>
  7. <fedisplacementmap>
  8. <feflood>
  9. <fefunca>
  10. <fefuncb>
  11. <fefuncg>
  12. <fefuncr>
  13. <fegaussianblur>
  14. <feimage>
  15. <femerge>
  16. <femergenode>
  17. <femorphology>
  18. <feoffset>
  19. <fepointlight>
  20. <fespecularlighting>
  21. <fespotlight>
  22. <fetile>
  23. <feturbulence>
  24. SVG 元素
    1. A
      1. <a>
      2. <altGlyph>
      3. <altGlyphDef>
      4. <altGlyphItem>
      5. <animate>
      6. <animateColor>
      7. <animateMotion>
      8. <animateTransform>
    2. B-C
      1. <circle>
      2. <clipPath>
      3. <color-profile>
      4. <cursor>
    3. D
      1. <defs>
      2. <desc>
    4. E
      1. <ellipse>
    5. F
      1. <feBlend>
      2. <feColorMatrix>
      3. <feComponentTransfer>
      4. <feComposite>
      5. <feConvolveMatrix>
      6. <feDiffuseLighting>
      7. <feDisplacementMap>
      8. <feDistantLight>
      9. <feFlood>
      10. <feFuncA>
      11. <feFuncB>
      12. <feFuncG>
      13. <feFuncR>
      14. <feGaussianBlur>
      15. <feImage>
      16. <feMerge>
      17. <feMergeNode>
      18. <feMorphology>
      19. <feOffset>
      20. <fePointLight>
      21. <feSpecularLighting>
      22. <feSpotLight>
      23. <feTile>
      24. <feTurbulence>
      25. <filter>
      26. <font>
      27. <font-face>
      28. <font-face-format>
      29. <font-face-name>
      30. <font-face-src>
      31. <font-face-uri>
      32. <foreignObject>
    6. G
      1. <g>
      2. <glyph>
      3. <glyphRef>
    7. H
      1. <hkern>
    8. I
      1. <image>
    9. J-L
      1. <line>
      2. <linearGradient>
    10. M
      1. <marker>
      2. <mask>
      3. <metadata>
      4. <missing-glyph>
      5. <mpath>
    11. N-P
      1. <path>
      2. <pattern>
      3. <polygon>
      4. <polyline>
    12. Q-R
      1. <radialGradient>
      2. <rect>
    13. S
      1. <script>
      2. <set>
      3. <stop>
      4. <style>
      5. <svg>
      6. <switch>
      7. <symbol>
    14. T
      1. <text>
      2. <textPath>
      3. <title>
      4. <tref>
      5. <tspan>
    15. U
      1. <use>
    16. V-Z
      1. <view>
      2. <vkern>

Found a problem with this page?

最后修改: , 由 MDN 贡献者