- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2731 - 2740 of about 10,000 for content_length:[100000 TO 499999] (0.09 sec)
-
baseProfile - SVG | MDN
The baseProfile attribute describes the minimum SVG language profile that the author believes is necessary to correctly render the content. The attribute does not specify any processing restrictions; It can be considered metadata.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/baseProfileRegistered: Mon Aug 11 00:55:27 UTC 2025 - Last Modified: Sat Aug 09 00:47:50 UTC 2025 - 106.2K bytes - Viewed (0) -
<style> - SVG | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/styleRegistered: Mon Aug 11 00:55:43 UTC 2025 - Last Modified: Sat Aug 09 00:47:55 UTC 2025 - 112.8K bytes - Viewed (0) -
<feColorMatrix> - SVG | MDN
The <feColorMatrix> SVG filter element changes colors based on a transformation matrix. Every pixel's color value [R,G,B,A] is matrix multiplied by a 5 by 5 color matrix to create new color [R',G',B',A'].developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feColorMatrixRegistered: Mon Aug 11 00:55:47 UTC 2025 - Last Modified: Sat Aug 09 00:47:54 UTC 2025 - 125.7K bytes - Viewed (0) -
<feMerge> - SVG | MDN
The <feMerge> SVG element allows filter effects to be applied concurrently instead of sequentially. This is achieved by other filters storing their output via the result attribute and then accessing it in a <feMergeNode> child.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feMergeRegistered: Mon Aug 11 00:54:42 UTC 2025 - Last Modified: Sat Aug 09 00:47:54 UTC 2025 - 115.3K bytes - Viewed (0) -
SVG element reference - SVG | MDN
SVG drawings and images are created using a wide array of elements which are dedicated to the construction, drawing, and layout of vector images and diagrams. Here you'll find reference documentation for each of the SVG elements.developer.mozilla.org/en-US/docs/Web/SVG/Reference/ElementRegistered: Mon Aug 11 00:53:13 UTC 2025 - Last Modified: Sat Aug 09 00:47:54 UTC 2025 - 145.8K bytes - Viewed (0) -
String - JavaScript | MDN
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/StringRegistered: Mon Aug 11 00:53:33 UTC 2025 - Last Modified: Sat Aug 09 00:47:37 UTC 2025 - 155.6K bytes - Viewed (0) -
<feBlend> - SVG | MDN
The <feBlend> SVG filter primitive composes two objects together ruled by a certain blending mode. This is similar to what is known from image editing software when blending two layers. The mode is defined by the mode attribute.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feBlendRegistered: Mon Aug 11 00:56:33 UTC 2025 - Last Modified: Sat Aug 09 00:47:54 UTC 2025 - 116.6K bytes - Viewed (0) -
<symbol> - SVG | MDN
The <symbol> SVG element is used to define graphical template objects which can be instantiated by a <use> element.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/symbolRegistered: Mon Aug 11 00:54:18 UTC 2025 - Last Modified: Sat Aug 09 00:47:55 UTC 2025 - 122.9K bytes - Viewed (0) -
this - JavaScript | MDN
The this keyword refers to the context where a piece of code, such as a function's body, is supposed to run. Most typically, it is used in object methods, where this refers to the object that the method is attached to, thus allowing the same method to be reused on different objects.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/thisRegistered: Mon Aug 11 01:15:34 UTC 2025 - Last Modified: Sat Aug 09 00:47:45 UTC 2025 - 212K bytes - Viewed (0) -
Named capturing group: (?<name>...) - JavaScrip...
A named capturing group is a particular kind of capturing group that allows to give a name to the group. The group's matching result can later be identified by this name instead of by its index in the pattern.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Named_capturing_groupRegistered: Mon Aug 11 01:18:39 UTC 2025 - Last Modified: Sat Aug 09 00:47:46 UTC 2025 - 152.3K bytes - Viewed (0)