Implement input/textarea/select element rendering

This commit is contained in:
MoyuScript
2017-08-05 00:00:17 +08:00
parent 2cb9a982d4
commit 44c336c1b3
12 changed files with 275 additions and 66 deletions

View File

@@ -6,8 +6,8 @@ import type ImageLoader, {ImageElement} from '../ImageLoader';
import Color from '../Color';
import Length from '../Length';
import Size from '../Size';
import Vector from '../Vector';
import Size from '../drawing/Size';
import Vector from '../drawing/Vector';
import {calculateBorderBoxPath, calculatePaddingBoxPath} from '../Bounds';
export type Background = {