Implement quantum ink splashes
These aren't 100% correct, but they look somewhat reasonable. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/954023002
This commit is contained in:
parent
b4385bcebe
commit
6d64856134
@ -3,6 +3,7 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
-->
|
-->
|
||||||
|
<import src="/sky/framework/material-element.sky" />
|
||||||
<import src="/sky/framework/sky-element.sky" />
|
<import src="/sky/framework/sky-element.sky" />
|
||||||
<import src="stock-arrow.sky" />
|
<import src="stock-arrow.sky" />
|
||||||
|
|
||||||
@ -46,7 +47,7 @@
|
|||||||
import "dart:sky";
|
import "dart:sky";
|
||||||
|
|
||||||
@Tagname('stock')
|
@Tagname('stock')
|
||||||
class Stock extends SkyElement {
|
class Stock extends MaterialElement {
|
||||||
var model; // model.Stock
|
var model; // model.Stock
|
||||||
|
|
||||||
void shadowRootReady() {
|
void shadowRootReady() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user