Skip to content

Commit 92fd656

Browse files
CI BuildCI Build
CI Build
authored and
CI Build
committed
The SvgDocument.Open method got an additional parameter for external CSS (#1107) --------- Co-authored-by: Kalachik Roman <[email protected]>
1 parent 106b83d commit 92fd656

File tree

191 files changed

+1467
-1457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+1467
-1457
lines changed

Diff for: api/Svg.AttributeEventArgs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h5>Inherited Members</h5>
117117
<span class="xref">System.Object.MemberwiseClone()</span>
118118
</div>
119119
<div>
120-
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
120+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
121121
</div>
122122
<div>
123123
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>

Diff for: api/Svg.ChildAddedEventArgs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h5>Inherited Members</h5>
117117
<span class="xref">System.Object.MemberwiseClone()</span>
118118
</div>
119119
<div>
120-
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
120+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
121121
</div>
122122
<div>
123123
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>

Diff for: api/Svg.ContentEventArgs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h5>Inherited Members</h5>
117117
<span class="xref">System.Object.MemberwiseClone()</span>
118118
</div>
119119
<div>
120-
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
120+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
121121
</div>
122122
<div>
123123
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>

Diff for: api/Svg.CoordinateParser.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h5>Inherited Members</h5>
108108
<span class="xref">System.Object.MemberwiseClone()</span>
109109
</div>
110110
<div>
111-
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
111+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
112112
</div>
113113
<div>
114114
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>

Diff for: api/Svg.CoordinateParserState.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ <h1 id="Svg_CoordinateParserState" data-uid="Svg.CoordinateParserState" class="t
8888
<div class="inheritedMembers">
8989
<h5>Inherited Members</h5>
9090
<div>
91-
<span class="xref">System.ValueType.Equals(System.Object)</span>
91+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetype.equals#system-valuetype-equals(system-object)">ValueType.Equals(Object)</a>
9292
</div>
9393
<div>
94-
<span class="xref">System.ValueType.GetHashCode()</span>
94+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode#system-valuetype-gethashcode">ValueType.GetHashCode()</a>
9595
</div>
9696
<div>
9797
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetype.tostring#system-valuetype-tostring">ValueType.ToString()</a>
@@ -103,7 +103,7 @@ <h5>Inherited Members</h5>
103103
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
104104
</div>
105105
<div>
106-
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
106+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
107107
</div>
108108
</div>
109109
<h6><strong>Namespace</strong>: <a class="xref" href="Svg.html">Svg</a></h6>

Diff for: api/Svg.DataTypes.SvgOrientConverter.html

+20-20
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h5>Inherited Members</h5>
100100
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.canconvertto#system-componentmodel-typeconverter-canconvertto(system-type)">TypeConverter.CanConvertTo(Type)</a>
101101
</div>
102102
<div>
103-
<span class="xref">System.ComponentModel.TypeConverter.ConvertFrom(System.Object)</span>
103+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfrom#system-componentmodel-typeconverter-convertfrom(system-object)">TypeConverter.ConvertFrom(Object)</a>
104104
</div>
105105
<div>
106106
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfrominvariantstring#system-componentmodel-typeconverter-convertfrominvariantstring(system-componentmodel-itypedescriptorcontext-system-string)">TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)</a>
@@ -112,13 +112,13 @@ <h5>Inherited Members</h5>
112112
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-componentmodel-itypedescriptorcontext-system-globalization-cultureinfo-system-string)">TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String)</a>
113113
</div>
114114
<div>
115-
<span class="xref">System.ComponentModel.TypeConverter.ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)</span>
115+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-componentmodel-itypedescriptorcontext-system-string)">TypeConverter.ConvertFromString(ITypeDescriptorContext, String)</a>
116116
</div>
117117
<div>
118118
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-string)">TypeConverter.ConvertFromString(String)</a>
119119
</div>
120120
<div>
121-
<span class="xref">System.ComponentModel.TypeConverter.ConvertTo(System.Object, System.Type)</span>
121+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertto#system-componentmodel-typeconverter-convertto(system-object-system-type)">TypeConverter.ConvertTo(Object, Type)</a>
122122
</div>
123123
<div>
124124
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.converttoinvariantstring#system-componentmodel-typeconverter-converttoinvariantstring(system-componentmodel-itypedescriptorcontext-system-object)">TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)</a>
@@ -127,13 +127,13 @@ <h5>Inherited Members</h5>
127127
<span class="xref">System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)</span>
128128
</div>
129129
<div>
130-
<span class="xref">System.ComponentModel.TypeConverter.ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)</span>
130+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.converttostring#system-componentmodel-typeconverter-converttostring(system-componentmodel-itypedescriptorcontext-system-globalization-cultureinfo-system-object)">TypeConverter.ConvertToString(ITypeDescriptorContext, CultureInfo, Object)</a>
131131
</div>
132132
<div>
133133
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.converttostring#system-componentmodel-typeconverter-converttostring(system-componentmodel-itypedescriptorcontext-system-object)">TypeConverter.ConvertToString(ITypeDescriptorContext, Object)</a>
134134
</div>
135135
<div>
136-
<span class="xref">System.ComponentModel.TypeConverter.ConvertToString(System.Object)</span>
136+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.converttostring#system-componentmodel-typeconverter-converttostring(system-object)">TypeConverter.ConvertToString(Object)</a>
137137
</div>
138138
<div>
139139
<span class="xref">System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)</span>
@@ -148,16 +148,16 @@ <h5>Inherited Members</h5>
148148
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getconverttoexception#system-componentmodel-typeconverter-getconverttoexception(system-object-system-type)">TypeConverter.GetConvertToException(Object, Type)</a>
149149
</div>
150150
<div>
151-
<span class="xref">System.ComponentModel.TypeConverter.GetCreateInstanceSupported()</span>
151+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getcreateinstancesupported#system-componentmodel-typeconverter-getcreateinstancesupported">TypeConverter.GetCreateInstanceSupported()</a>
152152
</div>
153153
<div>
154154
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getcreateinstancesupported#system-componentmodel-typeconverter-getcreateinstancesupported(system-componentmodel-itypedescriptorcontext)">TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext)</a>
155155
</div>
156156
<div>
157-
<span class="xref">System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)</span>
157+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getproperties#system-componentmodel-typeconverter-getproperties(system-componentmodel-itypedescriptorcontext-system-object)">TypeConverter.GetProperties(ITypeDescriptorContext, Object)</a>
158158
</div>
159159
<div>
160-
<span class="xref">System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])</span>
160+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getproperties#system-componentmodel-typeconverter-getproperties(system-componentmodel-itypedescriptorcontext-system-object-system-attribute())">TypeConverter.GetProperties(ITypeDescriptorContext, Object, Attribute[])</a>
161161
</div>
162162
<div>
163163
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getproperties#system-componentmodel-typeconverter-getproperties(system-object)">TypeConverter.GetProperties(Object)</a>
@@ -166,7 +166,7 @@ <h5>Inherited Members</h5>
166166
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getpropertiessupported#system-componentmodel-typeconverter-getpropertiessupported">TypeConverter.GetPropertiesSupported()</a>
167167
</div>
168168
<div>
169-
<span class="xref">System.ComponentModel.TypeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)</span>
169+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getpropertiessupported#system-componentmodel-typeconverter-getpropertiessupported(system-componentmodel-itypedescriptorcontext)">TypeConverter.GetPropertiesSupported(ITypeDescriptorContext)</a>
170170
</div>
171171
<div>
172172
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvalues#system-componentmodel-typeconverter-getstandardvalues">TypeConverter.GetStandardValues()</a>
@@ -178,22 +178,22 @@ <h5>Inherited Members</h5>
178178
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvaluesexclusive#system-componentmodel-typeconverter-getstandardvaluesexclusive">TypeConverter.GetStandardValuesExclusive()</a>
179179
</div>
180180
<div>
181-
<span class="xref">System.ComponentModel.TypeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)</span>
181+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvaluesexclusive#system-componentmodel-typeconverter-getstandardvaluesexclusive(system-componentmodel-itypedescriptorcontext)">TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext)</a>
182182
</div>
183183
<div>
184-
<span class="xref">System.ComponentModel.TypeConverter.GetStandardValuesSupported()</span>
184+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvaluessupported#system-componentmodel-typeconverter-getstandardvaluessupported">TypeConverter.GetStandardValuesSupported()</a>
185185
</div>
186186
<div>
187-
<span class="xref">System.ComponentModel.TypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)</span>
187+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvaluessupported#system-componentmodel-typeconverter-getstandardvaluessupported(system-componentmodel-itypedescriptorcontext)">TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)</a>
188188
</div>
189189
<div>
190-
<span class="xref">System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)</span>
190+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.isvalid#system-componentmodel-typeconverter-isvalid(system-componentmodel-itypedescriptorcontext-system-object)">TypeConverter.IsValid(ITypeDescriptorContext, Object)</a>
191191
</div>
192192
<div>
193193
<span class="xref">System.ComponentModel.TypeConverter.IsValid(System.Object)</span>
194194
</div>
195195
<div>
196-
<span class="xref">System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])</span>
196+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.sortproperties#system-componentmodel-typeconverter-sortproperties(system-componentmodel-propertydescriptorcollection-system-string())">TypeConverter.SortProperties(PropertyDescriptorCollection, String[])</a>
197197
</div>
198198
<div>
199199
<span class="xref">System.Object.Equals(System.Object)</span>
@@ -211,7 +211,7 @@ <h5>Inherited Members</h5>
211211
<span class="xref">System.Object.MemberwiseClone()</span>
212212
</div>
213213
<div>
214-
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
214+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
215215
</div>
216216
<div>
217217
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
@@ -251,7 +251,7 @@ <h5 class="parameters">Parameters</h5>
251251
</thead>
252252
<tbody>
253253
<tr>
254-
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
254+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
255255
<td><span class="parametername">context</span></td>
256256
<td></td>
257257
</tr>
@@ -305,7 +305,7 @@ <h5 class="parameters">Parameters</h5>
305305
</thead>
306306
<tbody>
307307
<tr>
308-
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
308+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
309309
<td><span class="parametername">context</span></td>
310310
<td></td>
311311
</tr>
@@ -332,7 +332,7 @@ <h5 class="returns">Returns</h5>
332332
</tbody>
333333
</table>
334334
<h5 class="overrides">Overrides</h5>
335-
<div><span class="xref">System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)</span></div>
335+
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.canconvertto#system-componentmodel-typeconverter-canconvertto(system-componentmodel-itypedescriptorcontext-system-type)">TypeConverter.CanConvertTo(ITypeDescriptorContext, Type)</a></div>
336336
<span class="small pull-right mobile-hide">
337337
<span class="divider">|</span>
338338
<a href="https://github.com/svg-net/SVG/new/master/apiSpec/new?filename=Svg_DataTypes_SvgOrientConverter_ConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object_.md&amp;value=---%0Auid%3A%20Svg.DataTypes.SvgOrientConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext%2CSystem.Globalization.CultureInfo%2CSystem.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
@@ -359,7 +359,7 @@ <h5 class="parameters">Parameters</h5>
359359
</thead>
360360
<tbody>
361361
<tr>
362-
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
362+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
363363
<td><span class="parametername">context</span></td>
364364
<td></td>
365365
</tr>
@@ -418,7 +418,7 @@ <h5 class="parameters">Parameters</h5>
418418
</thead>
419419
<tbody>
420420
<tr>
421-
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
421+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
422422
<td><span class="parametername">context</span></td>
423423
<td></td>
424424
</tr>

0 commit comments

Comments
 (0)