Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
Commits
f9181931
Commit
f9181931
authored
Mar 10, 2017
by
Tebjan Halm
Committed by
GitHub
Mar 10, 2017
Browse files
Merge pull request #292 from mrbean-bremen/initial-overflow
Use Hidden as default SvgOverflow value
parents
2f426fa3
a0ba52d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/DataTypes/SvgOverflow.cs
View file @
f9181931
...
...
@@ -21,6 +21,9 @@ namespace Svg
[
TypeConverter
(
typeof
(
SvgOverflowConverter
))]
public
enum
SvgOverflow
{
/// <summary>Overflow is not rendered.</summary>
Hidden
,
/// <summary>The value is inherited from the parent element.</summary>
Inherit
,
...
...
@@ -30,9 +33,6 @@ namespace Svg
/// <summary>Overflow is rendered.</summary>
Visible
,
/// <summary>Overflow is not rendered.</summary>
Hidden
,
/// <summary>Overflow causes a scrollbar to appear (horizontal, vertical or both).</summary>
Scroll
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment