From 2c44e6339917abfb6e0292442228de43bd5d288d Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Fri, 11 Sep 2015 18:53:23 -0700 Subject: [PATCH] The painting.dart dartdoc was copypasta from rendering.dart --- sky/packages/sky/lib/painting.dart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sky/packages/sky/lib/painting.dart b/sky/packages/sky/lib/painting.dart index d37939faf77..4ed756cd6a4 100644 --- a/sky/packages/sky/lib/painting.dart +++ b/sky/packages/sky/lib/painting.dart @@ -2,9 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -/// The Sky render tree. +/// Utilities for painting. /// -/// This library includes and re-exports all Sky rendering classes. +/// This library includes and re-exports a variety of classes that wrap the Sky +/// engine's painting API for more specialised purposes, such as painting scaled +/// images, interpolating between shadows, painting borders around boxes, etc. library painting; export 'src/painting/box_painter.dart';