Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CG_Course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
During summer vacation, Gitlab will be restart frequently. Use it carefully.
Show more breadcrumbs
Mingyu Jeong
CG_Course
Commits
e8ca38d1
Commit
e8ca38d1
authored
Mar 28, 2022
by
Jung Mingyu
Browse files
Options
Downloads
Patches
Plain Diff
3월 28일 실습
parent
48493c7f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
PostScript1/box - loop.ps
+52
-0
52 additions, 0 deletions
PostScript1/box - loop.ps
with
52 additions
and
0 deletions
PostScript1/box - loop.ps
0 → 100644
+
52
−
0
View file @
e8ca38d1
%!
% Box Drawing Program
/box
{
0
0
moveto
100
0
lineto
100
100
lineto
0
100
lineto
0
0
lineto
stroke
}
def
200
200
translate
0
10
300
{
dup
150
ne
{
gsave
rotate
100
0
translate
box
grestore
}
{
gsave
rotate
100
0
translate
1
0
0
setrgbcolor
box
grestore
}
ifelse
}
for
%0 10 300
% { dup 150 ne
% { gsave dup translate box grestore }
% { gsave dup translate 1 0 0 setrgbcolor box grestore }
%ifelse } for
%0 10 300 {
% gsave
% dup translate box
% grestore
%} for
%0.0 0.02 1.0 {
% gsave
% 300 mul dup translate box
% grestore
%} for
%0.0 0.02 1.0 {
% 3 rotate 0 0 setrgbcolor box
%} for
%0.0 0.02 1.0 {
% 10 10 translate 0 0 setrgbcolor box
%} for
0
{
10
10
translate
gr_color
setgray
box
0.05
gr_color
add
/gr_color
exch
def
}
repeat
showpage
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment