Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
1d6a8249
Commit
1d6a8249
authored
Apr 27, 2017
by
Jason Simmons
Committed by
GitHub
Apr 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roll engine (#9650)
parent
ffdca6f7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
engine.version
bin/internal/engine.version
+1
-1
layer.dart
packages/flutter/lib/src/rendering/layer.dart
+1
-1
object.dart
packages/flutter/lib/src/rendering/object.dart
+1
-1
No files found.
bin/internal/engine.version
View file @
1d6a8249
3211d2fca262ba348a0bbcecefeb3e1b0b832faf
c0f1e3b47b42d9db6f1422ebe17345e22425033d
packages/flutter/lib/src/rendering/layer.dart
View file @
1d6a8249
...
...
@@ -657,7 +657,7 @@ class PhysicalModelLayer extends ContainerLayer {
void
addToScene
(
ui
.
SceneBuilder
builder
,
Offset
layerOffset
)
{
builder
.
pushPhysicalModel
(
rrect:
clipRRect
.
shift
(
layerOffset
),
elevation:
elevation
,
elevation:
elevation
.
toDouble
()
,
color:
color
,
);
addChildrenToScene
(
builder
,
layerOffset
);
...
...
packages/flutter/lib/src/rendering/object.dart
View file @
1d6a8249
...
...
@@ -475,7 +475,7 @@ class PaintingContext {
canvas
.
drawShadow
(
new
Path
()..
addRRect
(
offsetClipRRect
),
const
Color
(
0xFF000000
),
elevation
,
elevation
.
toDouble
()
,
color
.
alpha
!=
0xFF
,
);
}
...
...
Write
Preview
Markdown
is supported
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