Refactor rendering
This commit is contained in:
parent
9b47d56d8f
commit
c892ca2d01
38 changed files with 511 additions and 429 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Command } from '../command';
|
||||
import { IRenderer } from '../../drawing/rendering/i-renderer';
|
||||
import { IRenderer } from '../../drawing/i-renderer';
|
||||
|
||||
export class BeforeRenderCommand extends Command {
|
||||
public constructor(public readonly renderer?: IRenderer) {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import { Command } from '../command';
|
||||
import { IRenderer } from '../../drawing/rendering/i-renderer';
|
||||
import { IRenderer } from '../../drawing/i-renderer';
|
||||
|
||||
export class RenderCommand extends Command {
|
||||
public constructor(public readonly renderer?: IRenderer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue